#003EDF

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

Shades of Persian Blue #003EDF

Tints of Persian Blue #003EDF

Color information

#003EDF (or 0x003EDF) is unknown color: approx Persian Blue. HEX triplet: 00, 3E and DF. RGB value is (0,62,223). Sum of RGB (Red+Green+Blue) = 0+62+223=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #003EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003EDF is #FFC120. Grayscale: #3D3D3D. Windows color (decimal): -16761121 or 14630400. OLE color: 14630400.

HSL color Cylindrical-coordinate representation of color #003EDF: hue angle of 223.32º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EDF is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB062223-
CMYK10.7200.13
HSL223.32º100%43.73%-
HSV(B)223.32º100%87.45%-
XYZ15.048.7770.71-
YUV61.82218.9683.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 223 (87.5% from 255) = 78.25%
R=0%
G=21.75%
B=78.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal06222310.7200.13223.3210043.73
Hex03EDF64480Ddf642c
Octal07633714411001533714454
Binary0111110110111111100100100100001101110111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003EDF; }

 p { color: rgb(0,62,223); }

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

<style>
 a { background-color: #003EDF; }

 a { background-color: rgb(0,62,223); }

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

<style>
 span { border-color: #003EDF; }

 span { border-color: rgb(0,62,223); }

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