#032C8F

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

Shades of Smalt #032C8F

Tints of Smalt #032C8F

Color information

#032C8F (or 0x032C8F) is unknown color: approx Smalt. HEX triplet: 03, 2C and 8F. RGB value is (3,44,143). Sum of RGB (Red+Green+Blue) = 3+44+143=190 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.58% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 143 (56.25% from 255 or 75.26% from 190); Max value from RGB is 143 - color contains mainly: blue. Hex color #032C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C8F is #FCD370. Grayscale: #2A2A2A. Windows color (decimal): -16569201 or 9382915. OLE color: 9382915.

HSL color Cylindrical-coordinate representation of color #032C8F: hue angle of 222.43º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C8F is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB344143-
CMYK0.980.6900.44
HSL222.43º95.89%28.63%-
HSV(B)222.43º97.9%56.08%-
XYZ5.93.826.41-
YUV43.03184.4299.45-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.58%
GREEN value IS 44 (17.58% from 255) = 23.16%
BLUE value IS 143 (56.25% from 255) = 75.26%
R=1.58%
G=23.16%
B=75.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3441430.980.6900.44222.4395.8928.63
Hex32C8F624502Cde601d
Octal35421714210505433614035
Binary111011001000111111000101000101010110011011110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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