Html Css Color HEX #033C68 Prussian Blue

📋 copy color: '#033C68'

red 3 ◦ green 60 ◦ blue 104

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

Shades of Prussian Blue #033C68

Tints of Prussian Blue #033C68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 62.28%

R = 1.8%
G = 35.93%
B = 62.28%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#033C68 (or 0x033C68) is known color: Prussian Blue. HEX triplet: 03, 3C and 68. RGB value is (3,60,104). Sum of RGB (Red+Green+Blue) = 3+60+104=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #033C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C68 is #FCC397. Grayscale: #2F2F2F. Windows color (decimal): -16565144 or 6831107. OLE color: 6831107.

HSL color Cylindrical-coordinate representation of color #033C68: hue angle of 206.14º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C68 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 3 60 104 -
CMYK 0.97 0.42 0 0.59
HSL 206.14º 0.94% 0.21% -
HSV(B) 206.14º 0.97% 0.41% -
XYZ 4.15 4.25 13.7 -
YUV 47.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 3 60 104 0.97 0.42 0 0.59 206.14 0.94 0.21
Hex 3 3C 68 61 2A 0 3B CE 5E 15
Octal 3 74 150 141 52 0 73 316 136 25
Binary 11 111100 1101000 1100001 101010 0 111011 11001110 1011110 10101

Color Harmonies of #033C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033C68

Black with #033C68

Text Example


Text Example

White with #033C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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