#003ED1

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

Shades of Persian Blue #003ED1

Tints of Persian Blue #003ED1

Color information

#003ED1 (or 0x003ED1) is unknown color: approx Persian Blue. HEX triplet: 00, 3E and D1. RGB value is (0,62,209). Sum of RGB (Red+Green+Blue) = 0+62+209=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 62 (24.61% from 255 or 22.88% from 271); Blue value is 209 (82.03% from 255 or 77.12% from 271); Max value from RGB is 209 - color contains mainly: blue. Hex color #003ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ED1 is #FFC12E. Grayscale: #3B3B3B. Windows color (decimal): -16761135 or 13712896. OLE color: 13712896.

HSL color Cylindrical-coordinate representation of color #003ED1: hue angle of 222.2º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003ED1 is Cyan = 1, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB062209-
CMYK10.7000.18
HSL222.2º100%40.98%-
HSV(B)222.2º100%81.96%-
XYZ13.238.0561.18-
YUV60.22211.9685.05-

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.88%
BLUE value IS 209 (82.03% from 255) = 77.12%
R=0%
G=22.88%
B=77.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal06220910.7000.18222.210040.98
Hex03ED16446012de6429
Octal07632114410602233614451
Binary01111101101000111001001000110010010110111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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