#033051

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

Shades of Prussian Blue #033051

Tints of Prussian Blue #033051

Color information

#033051 (or 0x033051) is unknown color: approx Prussian Blue. HEX triplet: 03, 30 and 51. RGB value is (3,48,81). Sum of RGB (Red+Green+Blue) = 3+48+81=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #033051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033051 is #FCCFAE. Grayscale: #262626. Windows color (decimal): -16568239 or 5320707. OLE color: 5320707.

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

Color convert

RGB34881-
CMYK0.960.4100.68
HSL205.38º92.86%16.47%-
HSV(B)205.38º96.3%31.76%-
XYZ2.582.738.18-
YUV38.31152.09102.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.27%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 81 (32.03% from 255) = 61.36%
R=2.27%
G=36.36%
B=61.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal348810.960.4100.68205.3892.8616.47
Hex330516029044cd5d10
Octal36012114051010431513520
Binary11110000101000111000001010010100010011001101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033051; }

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

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

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

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

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

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

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

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