Shades of Sapphire #03226C
Tints of Sapphire #03226C
RGB
CMYK
RGB Variations
Color information
#03226C (or 0x03226C) is known color: Sapphire. HEX triplet: 03, 22 and 6C. RGB value is (3,34,108). Sum of RGB (Red+Green+Blue) = 3+34+108=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #03226C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03226C is #FCDD93. Grayscale: #202020. Windows color (decimal): -16571796 or 7086595. OLE color: 7086595.
HSL color Cylindrical-coordinate representation of color #03226C: hue angle of 222.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03226C is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 34 | 108 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.58 |
| HSL | 222.29º | 0.95% | 0.22% | - |
| HSV(B) | 222.29º | 0.97% | 0.42% | - |
| XYZ | 3.32 | 2.25 | 14.45 | - |
| YUV | 33.17 | 170.23 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 108 | 0.97 | 0.69 | 0 | 0.58 | 222.29 | 0.95 | 0.22 |
| Hex | 3 | 22 | 6C | 61 | 45 | 0 | 3A | DE | 5F | 16 |
| Octal | 3 | 42 | 154 | 141 | 105 | 0 | 72 | 336 | 137 | 26 |
| Binary | 11 | 100010 | 1101100 | 1100001 | 1000101 | 0 | 111010 | 11011110 | 1011111 | 10110 |
Color Harmonies of #03226C
Complementary color
Monochromatic Colors of #03226C
Black with #03226C
Text Example
Text Example
White with #03226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03226C; }
p { color: rgb(3,34,108); }
H1.HeaderClassName
{
color: #03226C;
}
.AnyTagClassName
{
color: #03226C;
}
</style>
background-color css
<style>
a { background-color: #03226C; }
a { background-color: rgb(3,34,108); }
div.DivClassName
{
background-color: #03226C;
}
.BgClassName
{
background-color: #03226C;
}
</style>
border-color css
<style>
span { border-color: #03226C; }
span { border-color: rgb(3,34,108); }
td.TdClassName
{
border-color: #03226C;
}
.TagClassName
{
border-color: #03226C;
}
</style>