Shades of Sapphire #03214E
Tints of Sapphire #03214E
RGB
CMYK
RGB Variations
Color information
#03214E (or 0x03214E) is known color: Sapphire. HEX triplet: 03, 21 and 4E. RGB value is (3,33,78). Sum of RGB (Red+Green+Blue) = 3+33+78=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #03214E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03214E is #FCDEB1. Grayscale: #1C1C1C. Windows color (decimal): -16572082 or 5120259. OLE color: 5120259.
HSL color Cylindrical-coordinate representation of color #03214E: hue angle of 216º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03214E is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 33 | 78 | - |
| CMYK | 0.96 | 0.58 | 0 | 0.69 |
| HSL | 216º | 0.93% | 0.16% | - |
| HSV(B) | 216º | 0.96% | 0.31% | - |
| XYZ | 1.96 | 1.66 | 7.42 | - |
| YUV | 29.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 33 | 78 | 0.96 | 0.58 | 0 | 0.69 | 216 | 0.93 | 0.16 |
| Hex | 3 | 21 | 4E | 60 | 3A | 0 | 45 | D8 | 5D | 10 |
| Octal | 3 | 41 | 116 | 140 | 72 | 0 | 105 | 330 | 135 | 20 |
| Binary | 11 | 100001 | 1001110 | 1100000 | 111010 | 0 | 1000101 | 11011000 | 1011101 | 10000 |
Color Harmonies of #03214E
Complementary color
Monochromatic Colors of #03214E
Black with #03214E
Text Example
Text Example
White with #03214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03214E; }
p { color: rgb(3,33,78); }
H1.HeaderClassName
{
color: #03214E;
}
.AnyTagClassName
{
color: #03214E;
}
</style>
background-color css
<style>
a { background-color: #03214E; }
a { background-color: rgb(3,33,78); }
div.DivClassName
{
background-color: #03214E;
}
.BgClassName
{
background-color: #03214E;
}
</style>
border-color css
<style>
span { border-color: #03214E; }
span { border-color: rgb(3,33,78); }
td.TdClassName
{
border-color: #03214E;
}
.TagClassName
{
border-color: #03214E;
}
</style>