#032650

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

Shades of Prussian Blue #032650

Tints of Prussian Blue #032650

Color information

#032650 (or 0x032650) is unknown color: approx Prussian Blue. HEX triplet: 03, 26 and 50. RGB value is (3,38,80). Sum of RGB (Red+Green+Blue) = 3+38+80=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #032650 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032650 is #FCD9AF. Grayscale: #202020. Windows color (decimal): -16570800 or 5252611. OLE color: 5252611.

HSL color Cylindrical-coordinate representation of color #032650: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032650 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB33880-
CMYK0.960.5200.69
HSL212.73º92.77%16.27%-
HSV(B)212.73º96.25%31.37%-
XYZ2.181.987.86-
YUV32.32154.9107.08-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.48%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 80 (31.64% from 255) = 66.12%
R=2.48%
G=31.40%
B=66.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal338800.960.5200.69212.7392.7716.27
Hex326506034045d55d10
Octal34612014064010532513520
Binary11100110101000011000001101000100010111010101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032650; }

 p { color: rgb(3,38,80); }

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

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

 a { background-color: rgb(3,38,80); }

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

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

 span { border-color: rgb(3,38,80); }

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