#033A61

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

Shades of Prussian Blue #033A61

Tints of Prussian Blue #033A61

Color information

#033A61 (or 0x033A61) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 61. RGB value is (3,58,97). Sum of RGB (Red+Green+Blue) = 3+58+97=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #033A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A61 is #FCC59E. Grayscale: #2D2D2D. Windows color (decimal): -16565663 or 6371843. OLE color: 6371843.

HSL color Cylindrical-coordinate representation of color #033A61: hue angle of 204.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A61 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35897-
CMYK0.970.4000.62
HSL204.89º94%19.61%-
HSV(B)204.89º96.91%38.04%-
XYZ3.713.9111.87-
YUV46156.7897.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.90%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=1.90%
G=36.71%
B=61.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal358970.970.4000.62204.899419.61
Hex33A61612803Ecd5e14
Octal3721411415007631513624
Binary1111101011000011100001101000011111011001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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