#033954

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

Shades of Prussian Blue #033954

Tints of Prussian Blue #033954

Color information

#033954 (or 0x033954) is unknown color: approx Prussian Blue. HEX triplet: 03, 39 and 54. RGB value is (3,57,84). Sum of RGB (Red+Green+Blue) = 3+57+84=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #033954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033954 is #FCC6AB. Grayscale: #2B2B2B. Windows color (decimal): -16565932 or 5519619. OLE color: 5519619.

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

Color convert

RGB35784-
CMYK0.960.3200.67
HSL200º93.1%17.06%-
HSV(B)200º96.43%32.94%-
XYZ3.13.598.92-
YUV43.93150.6198.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.08%
GREEN value IS 57 (22.66% from 255) = 39.58%
BLUE value IS 84 (33.20% from 255) = 58.33%
R=2.08%
G=39.58%
B=58.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal357840.960.3200.6720093.117.06
Hex339546020043c85d11
Octal37112414040010331013521
Binary11111001101010011000001000000100001111001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033954; }

 p { color: rgb(3,57,84); }

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

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

 a { background-color: rgb(3,57,84); }

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

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

 span { border-color: rgb(3,57,84); }

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