#033760

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

Shades of Prussian Blue #033760

Tints of Prussian Blue #033760

Color information

#033760 (or 0x033760) is unknown color: approx Prussian Blue. HEX triplet: 03, 37 and 60. RGB value is (3,55,96). Sum of RGB (Red+Green+Blue) = 3+55+96=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #033760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033760 is #FCC89F. Grayscale: #2B2B2B. Windows color (decimal): -16566432 or 6305539. OLE color: 6305539.

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

Color convert

RGB35596-
CMYK0.970.4300.62
HSL206.45º93.94%19.41%-
HSV(B)206.45º96.88%37.65%-
XYZ3.523.611.58-
YUV44.13157.2798.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.95%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=1.95%
G=35.71%
B=62.34%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal355960.970.4300.62206.4593.9419.41
Hex33760612B03Ece5e13
Octal3671401415307631613623
Binary1111011111000001100001101011011111011001110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033760; }

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

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

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

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

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

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

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

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