#033B72

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

Shades of Prussian Blue #033B72

Tints of Prussian Blue #033B72

Color information

#033B72 (or 0x033B72) is unknown color: approx Prussian Blue. HEX triplet: 03, 3B and 72. RGB value is (3,59,114). Sum of RGB (Red+Green+Blue) = 3+59+114=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 114 (44.92% from 255 or 64.77% from 176); Max value from RGB is 114 - color contains mainly: blue. Hex color #033B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B72 is #FCC48D. Grayscale: #303030. Windows color (decimal): -16565390 or 7486211. OLE color: 7486211.

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

Color convert

RGB359114-
CMYK0.970.4800.55
HSL209.73º94.87%22.94%-
HSV(B)209.73º97.37%44.71%-
XYZ4.644.3616.52-
YUV48.53164.9595.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.70%
GREEN value IS 59 (23.44% from 255) = 33.52%
BLUE value IS 114 (44.92% from 255) = 64.77%
R=1.70%
G=33.52%
B=64.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3591140.970.4800.55209.7394.8722.94
Hex33B726130037d25f17
Octal3731621416006732213727
Binary1111101111100101100001110000011011111010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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