#033A71

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

Shades of Prussian Blue #033A71

Tints of Prussian Blue #033A71

Color information

#033A71 (or 0x033A71) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 71. RGB value is (3,58,113). Sum of RGB (Red+Green+Blue) = 3+58+113=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #033A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A71 is #FCC58E. Grayscale: #2F2F2F. Windows color (decimal): -16565647 or 7420419. OLE color: 7420419.

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

Color convert

RGB358113-
CMYK0.970.4900.56
HSL210º94.83%22.75%-
HSV(B)210º97.35%44.31%-
XYZ4.534.2416.2-
YUV47.82164.7896.03-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 58 (23.05% from 255) = 33.33%
BLUE value IS 113 (44.53% from 255) = 64.94%
R=1.72%
G=33.33%
B=64.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3581130.970.4900.5621094.8322.75
Hex33A716131038d25f17
Octal3721611416107032213727
Binary1111101011100011100001110001011100011010010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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