Html Css Color HEX #033772 Prussian Blue

📋 copy color: '#033772'

red 3 ◦ green 55 ◦ blue 114

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

Shades of Prussian Blue #033772

Tints of Prussian Blue #033772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 1.74%
G = 31.98%
B = 66.28%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#033772 (or 0x033772) is known color: Prussian Blue. HEX triplet: 03, 37 and 72. RGB value is (3,55,114). Sum of RGB (Red+Green+Blue) = 3+55+114=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #033772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033772 is #FCC88D. Grayscale: #2D2D2D. Windows color (decimal): -16566414 or 7485187. OLE color: 7485187.

HSL color Cylindrical-coordinate representation of color #033772: hue angle of 211.89º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033772 is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 55 114 -
CMYK 0.97 0.52 0 0.55
HSL 211.89º 0.95% 0.23% -
HSV(B) 211.89º 0.97% 0.45% -
XYZ 4.44 3.97 16.45 -
YUV 46.18 166.27 97.2 -
System Red Green Blue C M Y K H S L
Decimal 3 55 114 0.97 0.52 0 0.55 211.89 0.95 0.23
Hex 3 37 72 61 34 0 37 D4 5F 17
Octal 3 67 162 141 64 0 67 324 137 27
Binary 11 110111 1110010 1100001 110100 0 110111 11010100 1011111 10111

Color Harmonies of #033772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033772

Black with #033772

Text Example


Text Example

White with #033772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033772; }

 p { color: rgb(3,55,114); }

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

background-color css

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

 a { background-color: rgb(3,55,114); }

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

border-color css

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

 span { border-color: rgb(3,55,114); }

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