#033B70

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

Shades of Prussian Blue #033B70

Tints of Prussian Blue #033B70

Color information

#033B70 (or 0x033B70) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 70. RGB value is (3,59,112). Sum of RGB (Red+Green+Blue) = 3+59+112=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #033B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B70 is #FCC48F. Grayscale: #303030. Windows color (decimal): -16565392 or 7355139. OLE color: 7355139.

HSL color Cylindrical-coordinate representation of color #033B70: hue angle of 209.17º 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 #033B70 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB359112-
CMYK0.970.4700.56
HSL209.17º94.78%22.55%-
HSV(B)209.17º97.32%43.92%-
XYZ4.534.3215.92-
YUV48.3163.9595.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 59 (23.44% from 255) = 33.91%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=1.72%
G=33.91%
B=64.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3591120.970.4700.56209.1794.7822.55
Hex33B70612F038d15f17
Octal3731601415707032113727
Binary1111101111100001100001101111011100011010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #033B70;
 }
 .AnyTagClassName
 {
   color: #033B70;
 }
</style>
background-color css

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

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

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

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

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

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