#033551

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

Shades of Prussian Blue #033551

Tints of Prussian Blue #033551

Color information

#033551 (or 0x033551) is unknown color: approx Prussian Blue. HEX triplet: 03, 35 and 51. RGB value is (3,53,81). Sum of RGB (Red+Green+Blue) = 3+53+81=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #033551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033551 is #FCCAAE. Grayscale: #292929. Windows color (decimal): -16566959 or 5321987. OLE color: 5321987.

HSL color Cylindrical-coordinate representation of color #033551: hue angle of 201.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033551 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB35381-
CMYK0.960.3500.68
HSL201.54º92.86%16.47%-
HSV(B)201.54º96.3%31.76%-
XYZ2.83.168.25-
YUV41.24150.44100.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 53 (21.09% from 255) = 38.69%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=2.19%
G=38.69%
B=59.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal353810.960.3500.68201.5492.8616.47
Hex335516023044ca5d10
Octal36512114043010431213520
Binary11110101101000111000001000110100010011001010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033551; }

 p { color: rgb(3,53,81); }

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

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

 a { background-color: rgb(3,53,81); }

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

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

 span { border-color: rgb(3,53,81); }

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