#043DDE

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

Shades of Persian Blue #043DDE

Tints of Persian Blue #043DDE

Color information

#043DDE (or 0x043DDE) is unknown color: approx Persian Blue. HEX triplet: 04, 3D and DE. RGB value is (4,61,222). Sum of RGB (Red+Green+Blue) = 4+61+222=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #043DDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043DDE is #FBC221. Grayscale: #3D3D3D. Windows color (decimal): -16499234 or 14564612. OLE color: 14564612.

HSL color Cylindrical-coordinate representation of color #043DDE: hue angle of 224.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043DDE is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB461222-
CMYK0.980.7300.13
HSL224.31º96.46%44.31%-
HSV(B)224.31º98.2%87.06%-
XYZ14.98.6469.99-
YUV62.31218.1286.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 222 (87.11% from 255) = 77.35%
R=1.39%
G=21.25%
B=77.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal4612220.980.7300.13224.3196.4644.31
Hex43DDE62490De0602c
Octal47533614211101534014054
Binary100111101110111101100010100100101101111000001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,61,222); }

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

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

 a { background-color: rgb(4,61,222); }

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

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

 span { border-color: rgb(4,61,222); }

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