#043CD4

Color #043CD4 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #043CD4

Tints of Persian Blue #043CD4

Color information

#043CD4 (or 0x043CD4) is unknown color: approx Persian Blue. HEX triplet: 04, 3C and D4. RGB value is (4,60,212). Sum of RGB (Red+Green+Blue) = 4+60+212=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 212 (83.20% from 255 or 76.81% from 276); Max value from RGB is 212 - color contains mainly: blue. Hex color #043CD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CD4 is #FBC32B. Grayscale: #3B3B3B. Windows color (decimal): -16499500 or 13908996. OLE color: 13908996.

HSL color Cylindrical-coordinate representation of color #043CD4: hue angle of 223.85º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CD4 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB460212-
CMYK0.980.7200.17
HSL223.85º96.3%42.35%-
HSV(B)223.85º98.11%83.14%-
XYZ13.558.0163.12-
YUV60.58213.4587.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 212 (83.20% from 255) = 76.81%
R=1.45%
G=21.74%
B=76.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal4602120.980.7200.17223.8596.342.35
Hex43CD46248011e0602a
Octal47432414211002134014052
Binary1001111001101010011000101001000010001111000001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043CD4; }

 p { color: rgb(4,60,212); }

 H1.HeaderClassName
 {
   color: #043CD4;
 }
 .AnyTagClassName
 {
   color: #043CD4;
 }
</style>
background-color css

<style>
 a { background-color: #043CD4; }

 a { background-color: rgb(4,60,212); }

 div.DivClassName
 {
   background-color: #043CD4;
 }
 .BgClassName
 {
   background-color: #043CD4;
 }
</style>
border-color css

<style>
 span { border-color: #043CD4; }

 span { border-color: rgb(4,60,212); }

 td.TdClassName
 {
   border-color: #043CD4;
 }
 .TagClassName
 {
   border-color: #043CD4;
 }
</style>