#033254

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

Shades of Prussian Blue #033254

Tints of Prussian Blue #033254

Color information

#033254 (or 0x033254) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 54. RGB value is (3,50,84). Sum of RGB (Red+Green+Blue) = 3+50+84=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #033254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033254 is #FCCDAB. Grayscale: #272727. Windows color (decimal): -16567724 or 5517827. OLE color: 5517827.

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

Color convert

RGB35084-
CMYK0.960.4000.67
HSL205.19º93.1%17.06%-
HSV(B)205.19º96.43%32.94%-
XYZ2.782.948.81-
YUV39.82152.93101.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.19%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=2.19%
G=36.50%
B=61.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal350840.960.4000.67205.1993.117.06
Hex332546028043cd5d11
Octal36212414050010331513521
Binary11110010101010011000001010000100001111001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033254; }

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

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

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

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

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

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

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

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