#032F8D

Color #032F8D Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #032F8D

Tints of Smalt #032F8D

Color information

#032F8D (or 0x032F8D) is unknown color: approx Smalt. HEX triplet: 03, 2F and 8D. RGB value is (3,47,141). Sum of RGB (Red+Green+Blue) = 3+47+141=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 141 (55.47% from 255 or 73.82% from 191); Max value from RGB is 141 - color contains mainly: blue. Hex color #032F8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032F8D is #FCD072. Grayscale: #2C2C2C. Windows color (decimal): -16568435 or 9252611. OLE color: 9252611.

HSL color Cylindrical-coordinate representation of color #032F8D: hue angle of 220.87º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032F8D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB347141-
CMYK0.980.6700.45
HSL220.87º95.83%28.24%-
HSV(B)220.87º97.87%55.29%-
XYZ5.863.9825.66-
YUV44.56182.4298.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 141 (55.47% from 255) = 73.82%
R=1.57%
G=24.61%
B=73.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3471410.980.6700.45220.8795.8328.24
Hex32F8D624302Ddd601c
Octal35721514210305533514034
Binary111011111000110111000101000011010110111011101110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032F8D; }

 p { color: rgb(3,47,141); }

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

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

 a { background-color: rgb(3,47,141); }

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

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

 span { border-color: rgb(3,47,141); }

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