Html Css Color HEX #003ECE Persian Blue

📋 copy color: '#003ECE'

red 0 ◦ green 62 ◦ blue 206

#003ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #003ECE

Tints of Persian Blue #003ECE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 62 (24.61% from 255) = 23.13%

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 0%
G = 23.13%
B = 76.87%

CMYK

 C value IS 1

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#003ECE (or 0x003ECE) is known color: Persian Blue. HEX triplet: 00, 3E and CE. RGB value is (0,62,206). Sum of RGB (Red+Green+Blue) = 0+62+206=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #003ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #003ECE is #FFC131. Grayscale: #3B3B3B. Windows color (decimal): -16761138 or 13516288. OLE color: 13516288.

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

Color convert

RGB 0 62 206 -
CMYK 1 0.70 0 0.19
HSL 221.94º 1% 0.4% -
HSV(B) 221.94º 1% 0.81% -
XYZ 12.86 7.9 59.24 -
YUV 59.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 0 62 206 1 0.70 0 0.19 221.94 1 0.4
Hex 0 3E CE 64 46 0 13 DE 64 28
Octal 0 76 316 144 106 0 23 336 144 50
Binary 0 111110 11001110 1100100 1000110 0 10011 11011110 1100100 101000

Color Harmonies of #003ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003ECE

Black with #003ECE

Text Example


Text Example

White with #003ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #003ECE;
 }
 .AnyTagClassName
 {
   color: #003ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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