#033960

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

Shades of Prussian Blue #033960

Tints of Prussian Blue #033960

Color information

#033960 (or 0x033960) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 60. RGB value is (3,57,96). Sum of RGB (Red+Green+Blue) = 3+57+96=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #033960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033960 is #FCC69F. Grayscale: #2D2D2D. Windows color (decimal): -16565920 or 6306051. OLE color: 6306051.

HSL color Cylindrical-coordinate representation of color #033960: hue angle of 205.16º 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 #033960 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB35796-
CMYK0.970.4100.62
HSL205.16º93.94%19.41%-
HSV(B)205.16º96.88%37.65%-
XYZ3.613.7911.61-
YUV45.3156.6197.83-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=1.92%
G=36.54%
B=61.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal357960.970.4100.62205.1693.9419.41
Hex33960612903Ecd5e13
Octal3711401415107631513623
Binary1111100111000001100001101001011111011001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033960; }

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

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

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

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

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

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

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

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