#033256

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

Shades of Prussian Blue #033256

Tints of Prussian Blue #033256

Color information

#033256 (or 0x033256) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 56. RGB value is (3,50,86). Sum of RGB (Red+Green+Blue) = 3+50+86=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #033256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033256 is #FCCDA9. Grayscale: #272727. Windows color (decimal): -16567722 or 5648899. OLE color: 5648899.

HSL color Cylindrical-coordinate representation of color #033256: hue angle of 206.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033256 is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB35086-
CMYK0.970.4200.66
HSL206.02º93.26%17.45%-
HSV(B)206.02º96.51%33.73%-
XYZ2.862.979.23-
YUV40.05153.93101.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.16%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=2.16%
G=35.97%
B=61.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal350860.970.4200.66206.0293.2617.45
Hex33256612A042ce5d11
Octal36212614152010231613521
Binary11110010101011011000011010100100001011001110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033256; }

 p { color: rgb(3,50,86); }

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

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

 a { background-color: rgb(3,50,86); }

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

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

 span { border-color: rgb(3,50,86); }

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