#033770

Color #033770 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #033770

Tints of Prussian Blue #033770

Color information

#033770 (or 0x033770) is unknown color: approx 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

RGB355112-
CMYK0.970.5100.56
HSL211.38º94.78%22.55%-
HSV(B)211.38º97.32%43.92%-
XYZ4.333.9215.86-
YUV45.95165.2797.37-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3551120.970.5100.56211.3894.7822.55
Hex337706133038d35f17
Octal3671601416307032313727
Binary1111011111100001100001110011011100011010011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>