Shades of Smalt #063CA2
Tints of Smalt #063CA2
RGB
CMYK
RGB Variations
Color information
#063CA2 (or 0x063CA2) is known color: Smalt. HEX triplet: 06, 3C and A2. RGB value is (6,60,162). Sum of RGB (Red+Green+Blue) = 6+60+162=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 162 (63.67% from 255 or 71.05% from 228); Max value from RGB is 162 - color contains mainly: blue. Hex color #063CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #063CA2 is #F9C35D. Grayscale: #373737. Windows color (decimal): -16368478 or 10632198. OLE color: 10632198.
HSL color Cylindrical-coordinate representation of color #063CA2: hue angle of 219.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #063CA2 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 60 | 162 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.36 |
| HSL | 219.23º | 0.93% | 0.33% | - |
| HSV(B) | 219.23º | 0.96% | 0.64% | - |
| XYZ | 8.21 | 5.88 | 34.88 | - |
| YUV | 55.48 | 188.11 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 60 | 162 | 0.96 | 0.63 | 0 | 0.36 | 219.23 | 0.93 | 0.33 |
| Hex | 6 | 3C | A2 | 60 | 3F | 0 | 24 | DB | 5D | 21 |
| Octal | 6 | 74 | 242 | 140 | 77 | 0 | 44 | 333 | 135 | 41 |
| Binary | 110 | 111100 | 10100010 | 1100000 | 111111 | 0 | 100100 | 11011011 | 1011101 | 100001 |
Color Harmonies of #063CA2
Complementary color
Monochromatic Colors of #063CA2
Black with #063CA2
Text Example
Text Example
White with #063CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063CA2; }
p { color: rgb(6,60,162); }
H1.HeaderClassName
{
color: #063CA2;
}
.AnyTagClassName
{
color: #063CA2;
}
</style>
background-color css
<style>
a { background-color: #063CA2; }
a { background-color: rgb(6,60,162); }
div.DivClassName
{
background-color: #063CA2;
}
.BgClassName
{
background-color: #063CA2;
}
</style>
border-color css
<style>
span { border-color: #063CA2; }
span { border-color: rgb(6,60,162); }
td.TdClassName
{
border-color: #063CA2;
}
.TagClassName
{
border-color: #063CA2;
}
</style>