Html Css Color HEX #033CCC Persian Blue

📋 copy color: '#033CCC'

red 3 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #033CCC

Tints of Persian Blue #033CCC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 1.12%
G = 22.47%
B = 76.4%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#033CCC (or 0x033CCC) is known color: Persian Blue. HEX triplet: 03, 3C and CC. RGB value is (3,60,204). Sum of RGB (Red+Green+Blue) = 3+60+204=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 204 (80.08% from 255 or 76.40% from 267); Max value from RGB is 204 - color contains mainly: blue. Hex color #033CCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033CCC is #FCC333. Grayscale: #3A3A3A. Windows color (decimal): -16565044 or 13384707. OLE color: 13384707.

HSL color Cylindrical-coordinate representation of color #033CCC: hue angle of 222.99º 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 #033CCC is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 60 204 -
CMYK 0.99 0.71 0 0.2
HSL 222.99º 0.97% 0.41% -
HSV(B) 222.99º 0.99% 0.8% -
XYZ 12.55 7.61 57.93 -
YUV 59.37 209.62 87.79 -
System Red Green Blue C M Y K H S L
Decimal 3 60 204 0.99 0.71 0 0.2 222.99 0.97 0.41
Hex 3 3C CC 63 47 0 14 DF 61 29
Octal 3 74 314 143 107 0 24 337 141 51
Binary 11 111100 11001100 1100011 1000111 0 10100 11011111 1100001 101001

Color Harmonies of #033CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033CCC

Black with #033CCC

Text Example


Text Example

White with #033CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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