#032C97

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

Shades of Smalt #032C97

Tints of Smalt #032C97

Color information

#032C97 (or 0x032C97) is unknown color: approx Smalt. HEX triplet: 03, 2C and 97. RGB value is (3,44,151). Sum of RGB (Red+Green+Blue) = 3+44+151=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #032C97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C97 is #FCD368. Grayscale: #2B2B2B. Windows color (decimal): -16569193 or 9907203. OLE color: 9907203.

HSL color Cylindrical-coordinate representation of color #032C97: hue angle of 223.38º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C97 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB344151-
CMYK0.980.7100.41
HSL223.38º96.1%30.2%-
HSV(B)223.38º98.01%59.22%-
XYZ6.524.0629.72-
YUV43.94188.4298.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 44 (17.58% from 255) = 22.22%
BLUE value IS 151 (59.38% from 255) = 76.26%
R=1.52%
G=22.22%
B=76.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3441510.980.7100.41223.3896.130.2
Hex32C976247029df601e
Octal35422714210705133714036
Binary111011001001011111000101000111010100111011111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,44,151); }

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

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

 a { background-color: rgb(3,44,151); }

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

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

 span { border-color: rgb(3,44,151); }

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