Shades of Sapphire #03206A
Tints of Sapphire #03206A
RGB
CMYK
RGB Variations
Color information
#03206A (or 0x03206A) is known color: Sapphire. HEX triplet: 03, 20 and 6A. RGB value is (3,32,106). Sum of RGB (Red+Green+Blue) = 3+32+106=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #03206A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03206A is #FCDF95. Grayscale: #1F1F1F. Windows color (decimal): -16572310 or 6955011. OLE color: 6955011.
HSL color Cylindrical-coordinate representation of color #03206A: hue angle of 223.11º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03206A is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 32 | 106 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.58 |
| HSL | 223.11º | 0.94% | 0.21% | - |
| HSV(B) | 223.11º | 0.97% | 0.42% | - |
| XYZ | 3.16 | 2.09 | 13.87 | - |
| YUV | 31.77 | 169.89 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 106 | 0.97 | 0.70 | 0 | 0.58 | 223.11 | 0.94 | 0.21 |
| Hex | 3 | 20 | 6A | 61 | 46 | 0 | 3A | DF | 5E | 15 |
| Octal | 3 | 40 | 152 | 141 | 106 | 0 | 72 | 337 | 136 | 25 |
| Binary | 11 | 100000 | 1101010 | 1100001 | 1000110 | 0 | 111010 | 11011111 | 1011110 | 10101 |
Color Harmonies of #03206A
Complementary color
Monochromatic Colors of #03206A
Black with #03206A
Text Example
Text Example
White with #03206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03206A; }
p { color: rgb(3,32,106); }
H1.HeaderClassName
{
color: #03206A;
}
.AnyTagClassName
{
color: #03206A;
}
</style>
background-color css
<style>
a { background-color: #03206A; }
a { background-color: rgb(3,32,106); }
div.DivClassName
{
background-color: #03206A;
}
.BgClassName
{
background-color: #03206A;
}
</style>
border-color css
<style>
span { border-color: #03206A; }
span { border-color: rgb(3,32,106); }
td.TdClassName
{
border-color: #03206A;
}
.TagClassName
{
border-color: #03206A;
}
</style>