Shades of Sapphire #03224A
Tints of Sapphire #03224A
RGB
CMYK
RGB Variations
Color information
#03224A (or 0x03224A) is known color: Sapphire. HEX triplet: 03, 22 and 4A. RGB value is (3,34,74). Sum of RGB (Red+Green+Blue) = 3+34+74=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #03224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03224A is #FCDDB5. Grayscale: #1D1D1D. Windows color (decimal): -16571830 or 4858371. OLE color: 4858371.
HSL color Cylindrical-coordinate representation of color #03224A: hue angle of 213.8º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03224A is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 34 | 74 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.71 |
| HSL | 213.8º | 0.92% | 0.15% | - |
| HSV(B) | 213.8º | 0.96% | 0.29% | - |
| XYZ | 1.85 | 1.66 | 6.7 | - |
| YUV | 29.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 74 | 0.96 | 0.54 | 0 | 0.71 | 213.8 | 0.92 | 0.15 |
| Hex | 3 | 22 | 4A | 60 | 36 | 0 | 47 | D6 | 5C | F |
| Octal | 3 | 42 | 112 | 140 | 66 | 0 | 107 | 326 | 134 | 17 |
| Binary | 11 | 100010 | 1001010 | 1100000 | 110110 | 0 | 1000111 | 11010110 | 1011100 | 1111 |
Color Harmonies of #03224A
Complementary color
Monochromatic Colors of #03224A
Black with #03224A
Text Example
Text Example
White with #03224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03224A; }
p { color: rgb(3,34,74); }
H1.HeaderClassName
{
color: #03224A;
}
.AnyTagClassName
{
color: #03224A;
}
</style>
background-color css
<style>
a { background-color: #03224A; }
a { background-color: rgb(3,34,74); }
div.DivClassName
{
background-color: #03224A;
}
.BgClassName
{
background-color: #03224A;
}
</style>
border-color css
<style>
span { border-color: #03224A; }
span { border-color: rgb(3,34,74); }
td.TdClassName
{
border-color: #03224A;
}
.TagClassName
{
border-color: #03224A;
}
</style>