Shades of Sapphire #03225D
Tints of Sapphire #03225D
RGB
CMYK
RGB Variations
Color information
#03225D (or 0x03225D) is known color: Sapphire. HEX triplet: 03, 22 and 5D. RGB value is (3,34,93). Sum of RGB (Red+Green+Blue) = 3+34+93=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #03225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03225D is #FCDDA2. Grayscale: #1F1F1F. Windows color (decimal): -16571811 or 6103555. OLE color: 6103555.
HSL color Cylindrical-coordinate representation of color #03225D: hue angle of 219.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03225D is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 34 | 93 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.64 |
| HSL | 219.33º | 0.94% | 0.19% | - |
| HSV(B) | 219.33º | 0.97% | 0.36% | - |
| XYZ | 2.59 | 1.95 | 10.6 | - |
| YUV | 31.46 | 162.73 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 93 | 0.97 | 0.63 | 0 | 0.64 | 219.33 | 0.94 | 0.19 |
| Hex | 3 | 22 | 5D | 61 | 3F | 0 | 40 | DB | 5E | 13 |
| Octal | 3 | 42 | 135 | 141 | 77 | 0 | 100 | 333 | 136 | 23 |
| Binary | 11 | 100010 | 1011101 | 1100001 | 111111 | 0 | 1000000 | 11011011 | 1011110 | 10011 |
Color Harmonies of #03225D
Complementary color
Monochromatic Colors of #03225D
Black with #03225D
Text Example
Text Example
White with #03225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03225D; }
p { color: rgb(3,34,93); }
H1.HeaderClassName
{
color: #03225D;
}
.AnyTagClassName
{
color: #03225D;
}
</style>
background-color css
<style>
a { background-color: #03225D; }
a { background-color: rgb(3,34,93); }
div.DivClassName
{
background-color: #03225D;
}
.BgClassName
{
background-color: #03225D;
}
</style>
border-color css
<style>
span { border-color: #03225D; }
span { border-color: rgb(3,34,93); }
td.TdClassName
{
border-color: #03225D;
}
.TagClassName
{
border-color: #03225D;
}
</style>