Html Css Color HEX #033770 Prussian Blue

📋 copy color: '#033770'

red 3 ◦ green 55 ◦ blue 112

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

Shades of Prussian Blue #033770

Tints of Prussian Blue #033770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 1.76%
G = 32.35%
B = 65.88%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#033770 (or 0x033770) is known color: Prussian Blue. HEX triplet: 03, 37 and 70. RGB value is (3,55,112). Sum of RGB (Red+Green+Blue) = 3+55+112=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #033770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033770 is #FCC88F. Grayscale: #2D2D2D. Windows color (decimal): -16566416 or 7354115. OLE color: 7354115.

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

Color convert

RGB 3 55 112 -
CMYK 0.97 0.51 0 0.56
HSL 211.38º 0.95% 0.23% -
HSV(B) 211.38º 0.97% 0.44% -
XYZ 4.33 3.92 15.86 -
YUV 45.95 165.27 97.37 -
System Red Green Blue C M Y K H S L
Decimal 3 55 112 0.97 0.51 0 0.56 211.38 0.95 0.23
Hex 3 37 70 61 33 0 38 D3 5F 17
Octal 3 67 160 141 63 0 70 323 137 27
Binary 11 110111 1110000 1100001 110011 0 111000 11010011 1011111 10111

Color Harmonies of #033770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033770

Black with #033770

Text Example


Text Example

White with #033770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033770; }

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

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

background-color css

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

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

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

border-color css

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

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

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