#033A72

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

Shades of Prussian Blue #033A72

Tints of Prussian Blue #033A72

Color information

#033A72 (or 0x033A72) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 72. RGB value is (3,58,114). Sum of RGB (Red+Green+Blue) = 3+58+114=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 114 (44.92% from 255 or 65.14% from 175); Max value from RGB is 114 - color contains mainly: blue. Hex color #033A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A72 is #FCC58D. Grayscale: #2F2F2F. Windows color (decimal): -16565646 or 7485955. OLE color: 7485955.

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

Color convert

RGB358114-
CMYK0.970.4900.55
HSL210.27º94.87%22.94%-
HSV(B)210.27º97.37%44.71%-
XYZ4.594.2616.5-
YUV47.94165.2895.95-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.71%
GREEN value IS 58 (23.05% from 255) = 33.14%
BLUE value IS 114 (44.92% from 255) = 65.14%
R=1.71%
G=33.14%
B=65.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3581140.970.4900.55210.2794.8722.94
Hex33A726131037d25f17
Octal3721621416106732213727
Binary1111101011100101100001110001011011111010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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