Shades of Smalt #032C9B
Tints of Smalt #032C9B
RGB
CMYK
RGB Variations
Color information
#032C9B (or 0x032C9B) is known color: Smalt. HEX triplet: 03, 2C and 9B. RGB value is (3,44,155). Sum of RGB (Red+Green+Blue) = 3+44+155=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 44 (17.58% from 255 or 21.78% from 202); Blue value is 155 (60.94% from 255 or 76.73% from 202); Max value from RGB is 155 - color contains mainly: blue. Hex color #032C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #032C9B is #FCD364. Grayscale: #2B2B2B. Windows color (decimal): -16569189 or 10169347. OLE color: 10169347.
HSL color Cylindrical-coordinate representation of color #032C9B: hue angle of 223.82º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C9B is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 44 | 155 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.39 |
| HSL | 223.82º | 0.96% | 0.31% | - |
| HSV(B) | 223.82º | 0.98% | 0.61% | - |
| XYZ | 6.85 | 4.19 | 31.46 | - |
| YUV | 44.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 155 | 0.98 | 0.72 | 0 | 0.39 | 223.82 | 0.96 | 0.31 |
| Hex | 3 | 2C | 9B | 62 | 48 | 0 | 27 | E0 | 60 | 1F |
| Octal | 3 | 54 | 233 | 142 | 110 | 0 | 47 | 340 | 140 | 37 |
| Binary | 11 | 101100 | 10011011 | 1100010 | 1001000 | 0 | 100111 | 11100000 | 1100000 | 11111 |
Color Harmonies of #032C9B
Complementary color
Monochromatic Colors of #032C9B
Black with #032C9B
Text Example
Text Example
White with #032C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C9B; }
p { color: rgb(3,44,155); }
H1.HeaderClassName
{
color: #032C9B;
}
.AnyTagClassName
{
color: #032C9B;
}
</style>
background-color css
<style>
a { background-color: #032C9B; }
a { background-color: rgb(3,44,155); }
div.DivClassName
{
background-color: #032C9B;
}
.BgClassName
{
background-color: #032C9B;
}
</style>
border-color css
<style>
span { border-color: #032C9B; }
span { border-color: rgb(3,44,155); }
td.TdClassName
{
border-color: #032C9B;
}
.TagClassName
{
border-color: #032C9B;
}
</style>