#033A60

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

Shades of Prussian Blue #033A60

Tints of Prussian Blue #033A60

Color information

#033A60 (or 0x033A60) is unknown color: approx Prussian Blue. HEX triplet: 03, 3A and 60. RGB value is (3,58,96). Sum of RGB (Red+Green+Blue) = 3+58+96=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #033A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A60 is #FCC59F. Grayscale: #2D2D2D. Windows color (decimal): -16565664 or 6306307. OLE color: 6306307.

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

Color convert

RGB35896-
CMYK0.970.4000.62
HSL204.52º93.94%19.41%-
HSV(B)204.52º96.88%37.65%-
XYZ3.663.8911.62-
YUV45.89156.2897.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.91%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 96 (37.89% from 255) = 61.15%
R=1.91%
G=36.94%
B=61.15%

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
Decimal358960.970.4000.62204.5293.9419.41
Hex33A60612803Ecd5e13
Octal3721401415007631513623
Binary1111101011000001100001101000011111011001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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