#033356

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

Shades of Prussian Blue #033356

Tints of Prussian Blue #033356

Color information

#033356 (or 0x033356) is unknown color: approx Prussian Blue. HEX triplet: 03, 33 and 56. RGB value is (3,51,86). Sum of RGB (Red+Green+Blue) = 3+51+86=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 86 (33.98% from 255 or 61.43% from 140); Max value from RGB is 86 - color contains mainly: blue. Hex color #033356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033356 is #FCCCA9. Grayscale: #282828. Windows color (decimal): -16567466 or 5649155. OLE color: 5649155.

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

Color convert

RGB35186-
CMYK0.970.4100.66
HSL205.3º93.26%17.45%-
HSV(B)205.3º96.51%33.73%-
XYZ2.93.069.24-
YUV40.64153.6101.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.14%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 86 (33.98% from 255) = 61.43%
R=2.14%
G=36.43%
B=61.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal351860.970.4100.66205.393.2617.45
Hex333566129042cd5d11
Octal36312614151010231513521
Binary11110011101011011000011010010100001011001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033356; }

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

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

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

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

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

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

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

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