Shades of Sapphire #03224E
Tints of Sapphire #03224E
RGB
CMYK
RGB Variations
Color information
#03224E (or 0x03224E) is known color: Sapphire. HEX triplet: 03, 22 and 4E. RGB value is (3,34,78). Sum of RGB (Red+Green+Blue) = 3+34+78=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 78 (30.86% from 255 or 67.83% from 115); Max value from RGB is 78 - color contains mainly: blue. Hex color #03224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03224E is #FCDDB1. Grayscale: #1D1D1D. Windows color (decimal): -16571826 or 5120515. OLE color: 5120515.
HSL color Cylindrical-coordinate representation of color #03224E: hue angle of 215.2º 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 #03224E is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 34 | 78 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.69 |
| HSL | 215.2º | 0.93% | 0.16% | - |
| HSV(B) | 215.2º | 0.96% | 0.31% | - |
| XYZ | 1.98 | 1.71 | 7.43 | - |
| YUV | 29.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 78 | 0.96 | 0.56 | 0 | 0.69 | 215.2 | 0.93 | 0.16 |
| Hex | 3 | 22 | 4E | 60 | 38 | 0 | 45 | D7 | 5D | 10 |
| Octal | 3 | 42 | 116 | 140 | 70 | 0 | 105 | 327 | 135 | 20 |
| Binary | 11 | 100010 | 1001110 | 1100000 | 111000 | 0 | 1000101 | 11010111 | 1011101 | 10000 |
Color Harmonies of #03224E
Complementary color
Monochromatic Colors of #03224E
Black with #03224E
Text Example
Text Example
White with #03224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03224E; }
p { color: rgb(3,34,78); }
H1.HeaderClassName
{
color: #03224E;
}
.AnyTagClassName
{
color: #03224E;
}
</style>
background-color css
<style>
a { background-color: #03224E; }
a { background-color: rgb(3,34,78); }
div.DivClassName
{
background-color: #03224E;
}
.BgClassName
{
background-color: #03224E;
}
</style>
border-color css
<style>
span { border-color: #03224E; }
span { border-color: rgb(3,34,78); }
td.TdClassName
{
border-color: #03224E;
}
.TagClassName
{
border-color: #03224E;
}
</style>