#033253

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

Shades of Prussian Blue #033253

Tints of Prussian Blue #033253

Color information

#033253 (or 0x033253) is unknown color: approx Prussian Blue. HEX triplet: 03, 32 and 53. RGB value is (3,50,83). Sum of RGB (Red+Green+Blue) = 3+50+83=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #033253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033253 is #FCCDAC. Grayscale: #272727. Windows color (decimal): -16567725 or 5452291. OLE color: 5452291.

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

Color convert

RGB35083-
CMYK0.960.4000.67
HSL204.75º93.02%16.86%-
HSV(B)204.75º96.39%32.55%-
XYZ2.742.938.6-
YUV39.71152.43101.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.21%
GREEN value IS 50 (19.92% from 255) = 36.76%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=2.21%
G=36.76%
B=61.03%

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
Decimal350830.960.4000.67204.7593.0216.86
Hex332536028043cd5d11
Octal36212314050010331513521
Binary11110010101001111000001010000100001111001101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033253; }

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

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

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

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

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

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

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

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