Shades of Sapphire #03217A
Tints of Sapphire #03217A
RGB
CMYK
RGB Variations
Color information
#03217A (or 0x03217A) is known color: Sapphire. HEX triplet: 03, 21 and 7A. RGB value is (3,33,122). Sum of RGB (Red+Green+Blue) = 3+33+122=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #03217A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03217A is #FCDE85. Grayscale: #212121. Windows color (decimal): -16572038 or 8003843. OLE color: 8003843.
HSL color Cylindrical-coordinate representation of color #03217A: hue angle of 224.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03217A is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 33 | 122 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.52 |
| HSL | 224.87º | 0.95% | 0.25% | - |
| HSV(B) | 224.87º | 0.98% | 0.48% | - |
| XYZ | 4.09 | 2.51 | 18.68 | - |
| YUV | 34.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 122 | 0.98 | 0.73 | 0 | 0.52 | 224.87 | 0.95 | 0.25 |
| Hex | 3 | 21 | 7A | 62 | 49 | 0 | 34 | E1 | 5F | 19 |
| Octal | 3 | 41 | 172 | 142 | 111 | 0 | 64 | 341 | 137 | 31 |
| Binary | 11 | 100001 | 1111010 | 1100010 | 1001001 | 0 | 110100 | 11100001 | 1011111 | 11001 |
Color Harmonies of #03217A
Complementary color
Monochromatic Colors of #03217A
Black with #03217A
Text Example
Text Example
White with #03217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03217A; }
p { color: rgb(3,33,122); }
H1.HeaderClassName
{
color: #03217A;
}
.AnyTagClassName
{
color: #03217A;
}
</style>
background-color css
<style>
a { background-color: #03217A; }
a { background-color: rgb(3,33,122); }
div.DivClassName
{
background-color: #03217A;
}
.BgClassName
{
background-color: #03217A;
}
</style>
border-color css
<style>
span { border-color: #03217A; }
span { border-color: rgb(3,33,122); }
td.TdClassName
{
border-color: #03217A;
}
.TagClassName
{
border-color: #03217A;
}
</style>