#032753

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

Shades of Prussian Blue #032753

Tints of Prussian Blue #032753

Color information

#032753 (or 0x032753) is unknown color: approx Prussian Blue. HEX triplet: 03, 27 and 53. RGB value is (3,39,83). Sum of RGB (Red+Green+Blue) = 3+39+83=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #032753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032753 is #FCD8AC. Grayscale: #212121. Windows color (decimal): -16570541 or 5449475. OLE color: 5449475.

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

Color convert

RGB33983-
CMYK0.960.5300.67
HSL213º93.02%16.86%-
HSV(B)213º96.39%32.55%-
XYZ2.322.098.47-
YUV33.25156.07106.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.4%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 83 (32.81% from 255) = 66.4%
R=2.4%
G=31.2%
B=66.4%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal339830.960.5300.6721393.0216.86
Hex327536035043d55d11
Octal34712314065010332513521
Binary11100111101001111000001101010100001111010101101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032753; }

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

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

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

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

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

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

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

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