Html Css Color HEX #033ECC Persian Blue

📋 copy color: '#033ECC'

red 3 ◦ green 62 ◦ blue 204

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

Shades of Persian Blue #033ECC

Tints of Persian Blue #033ECC

RGB

 RED value IS 3 (1.56% from 255) = 1.12%

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

 BLUE value IS 204 (80.08% from 255) = 75.84%

R = 1.12%
G = 23.05%
B = 75.84%

CMYK

 C value IS 0.99

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#033ECC (or 0x033ECC) is known color: Persian Blue. HEX triplet: 03, 3E and CC. RGB value is (3,62,204). Sum of RGB (Red+Green+Blue) = 3+62+204=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 62 (24.61% from 255 or 23.05% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #033ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033ECC is #FCC133. Grayscale: #3B3B3B. Windows color (decimal): -16564532 or 13385219. OLE color: 13385219.

HSL color Cylindrical-coordinate representation of color #033ECC: hue angle of 222.39º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033ECC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 62 204 -
CMYK 0.99 0.70 0 0.2
HSL 222.39º 0.97% 0.41% -
HSV(B) 222.39º 0.99% 0.8% -
XYZ 12.66 7.82 57.97 -
YUV 60.55 208.95 86.95 -
System Red Green Blue C M Y K H S L
Decimal 3 62 204 0.99 0.70 0 0.2 222.39 0.97 0.41
Hex 3 3E CC 63 46 0 14 DE 61 29
Octal 3 76 314 143 106 0 24 336 141 51
Binary 11 111110 11001100 1100011 1000110 0 10100 11011110 1100001 101001

Color Harmonies of #033ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033ECC

Black with #033ECC

Text Example


Text Example

White with #033ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033ECC; }

 p { color: rgb(3,62,204); }

 H1.HeaderClassName
 {
   color: #033ECC;
 }
 .AnyTagClassName
 {
   color: #033ECC;
 }
</style>

background-color css

<style>
 a { background-color: #033ECC; }

 a { background-color: rgb(3,62,204); }

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

border-color css

<style>
 span { border-color: #033ECC; }

 span { border-color: rgb(3,62,204); }

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