#003ed6

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

Shades of Persian Blue #003ED6

Tints of Persian Blue #003ED6

Color information

#003ED6 (or 0x003ED6) is unknown color: approx Persian Blue. HEX triplet: 00, 3E and D6. RGB value is (0,62,214). Sum of RGB (Red+Green+Blue) = 0+62+214=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 214 (83.98% from 255 or 77.54% from 276); Max value from RGB is 214 - color contains mainly: blue. Hex color #003ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ED6 is #FFC129. Grayscale: #3C3C3C. Windows color (decimal): -16761130 or 14040576. OLE color: 14040576.

HSL color Cylindrical-coordinate representation of color #003ED6: hue angle of 222.62º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ED6 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB062214-
CMYK10.7100.16
HSL222.62º100%41.96%-
HSV(B)222.62º100%83.92%-
XYZ13.868.364.49-
YUV60.79214.4684.64-

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) = 22.46%
BLUE value IS 214 (83.98% from 255) = 77.54%
R=0%
G=22.46%
B=77.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal06221410.7100.16222.6210041.96
Hex03ED66447010df642a
Octal07632614410702033714452
Binary01111101101011011001001000111010000110111111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003ed6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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