Shades of Sapphire #03227A
Tints of Sapphire #03227A
RGB
CMYK
RGB Variations
Color information
#03227A (or 0x03227A) is known color: Sapphire. HEX triplet: 03, 22 and 7A. RGB value is (3,34,122). Sum of RGB (Red+Green+Blue) = 3+34+122=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #03227A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03227A is #FCDD85. Grayscale: #222222. Windows color (decimal): -16571782 or 8004099. OLE color: 8004099.
HSL color Cylindrical-coordinate representation of color #03227A: hue angle of 224.37º 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 #03227A is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 34 | 122 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.52 |
| HSL | 224.37º | 0.95% | 0.25% | - |
| HSV(B) | 224.37º | 0.98% | 0.48% | - |
| XYZ | 4.12 | 2.57 | 18.69 | - |
| YUV | 34.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 122 | 0.98 | 0.72 | 0 | 0.52 | 224.37 | 0.95 | 0.25 |
| Hex | 3 | 22 | 7A | 62 | 48 | 0 | 34 | E0 | 5F | 19 |
| Octal | 3 | 42 | 172 | 142 | 110 | 0 | 64 | 340 | 137 | 31 |
| Binary | 11 | 100010 | 1111010 | 1100010 | 1001000 | 0 | 110100 | 11100000 | 1011111 | 11001 |
Color Harmonies of #03227A
Complementary color
Monochromatic Colors of #03227A
Black with #03227A
Text Example
Text Example
White with #03227A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03227A; }
p { color: rgb(3,34,122); }
H1.HeaderClassName
{
color: #03227A;
}
.AnyTagClassName
{
color: #03227A;
}
</style>
background-color css
<style>
a { background-color: #03227A; }
a { background-color: rgb(3,34,122); }
div.DivClassName
{
background-color: #03227A;
}
.BgClassName
{
background-color: #03227A;
}
</style>
border-color css
<style>
span { border-color: #03227A; }
span { border-color: rgb(3,34,122); }
td.TdClassName
{
border-color: #03227A;
}
.TagClassName
{
border-color: #03227A;
}
</style>