#032997

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

Shades of Smalt #032997

Tints of Smalt #032997

Color information

#032997 (or 0x032997) is unknown color: approx Smalt. HEX triplet: 03, 29 and 97. RGB value is (3,41,151). Sum of RGB (Red+Green+Blue) = 3+41+151=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 151 (59.38% from 255 or 77.44% from 195); Max value from RGB is 151 - color contains mainly: blue. Hex color #032997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032997 is #FCD668. Grayscale: #292929. Windows color (decimal): -16569961 or 9906435. OLE color: 9906435.

HSL color Cylindrical-coordinate representation of color #032997: hue angle of 224.59º 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 #032997 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB341151-
CMYK0.980.7300.41
HSL224.59º96.1%30.2%-
HSV(B)224.59º98.01%59.22%-
XYZ6.423.8429.68-
YUV42.18189.41100.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 151 (59.38% from 255) = 77.44%
R=1.54%
G=21.03%
B=77.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3411510.980.7300.41224.5996.130.2
Hex329976249029e1601e
Octal35122714211105134114036
Binary111010011001011111000101001001010100111100001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032997; }

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

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

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

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

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

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

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

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