Shades of Smalt #023283
Tints of Smalt #023283
RGB
CMYK
RGB Variations
Color information
#023283 (or 0x023283) is known color: Smalt. HEX triplet: 02, 32 and 83. RGB value is (2,50,131). Sum of RGB (Red+Green+Blue) = 2+50+131=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 131 (51.56% from 255 or 71.58% from 183); Max value from RGB is 131 - color contains mainly: blue. Hex color #023283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023283 is #FDCD7C. Grayscale: #2C2C2C. Windows color (decimal): -16633213 or 8598018. OLE color: 8598018.
HSL color Cylindrical-coordinate representation of color #023283: hue angle of 217.67º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023283 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 50 | 131 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.49 |
| HSL | 217.67º | 0.97% | 0.26% | - |
| HSV(B) | 217.67º | 0.98% | 0.51% | - |
| XYZ | 5.26 | 3.93 | 21.95 | - |
| YUV | 44.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 131 | 0.98 | 0.62 | 0 | 0.49 | 217.67 | 0.97 | 0.26 |
| Hex | 2 | 32 | 83 | 62 | 3E | 0 | 31 | DA | 61 | 1A |
| Octal | 2 | 62 | 203 | 142 | 76 | 0 | 61 | 332 | 141 | 32 |
| Binary | 10 | 110010 | 10000011 | 1100010 | 111110 | 0 | 110001 | 11011010 | 1100001 | 11010 |
Color Harmonies of #023283
Complementary color
Monochromatic Colors of #023283
Black with #023283
Text Example
Text Example
White with #023283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023283; }
p { color: rgb(2,50,131); }
H1.HeaderClassName
{
color: #023283;
}
.AnyTagClassName
{
color: #023283;
}
</style>
background-color css
<style>
a { background-color: #023283; }
a { background-color: rgb(2,50,131); }
div.DivClassName
{
background-color: #023283;
}
.BgClassName
{
background-color: #023283;
}
</style>
border-color css
<style>
span { border-color: #023283; }
span { border-color: rgb(2,50,131); }
td.TdClassName
{
border-color: #023283;
}
.TagClassName
{
border-color: #023283;
}
</style>