Shades of Sapphire #03275F
Tints of Sapphire #03275F
RGB
CMYK
RGB Variations
Color information
#03275F (or 0x03275F) is known color: Sapphire. HEX triplet: 03, 27 and 5F. RGB value is (3,39,95). Sum of RGB (Red+Green+Blue) = 3+39+95=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 39 (15.62% from 255 or 28.47% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #03275F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03275F is #FCD8A0. Grayscale: #222222. Windows color (decimal): -16570529 or 6235907. OLE color: 6235907.
HSL color Cylindrical-coordinate representation of color #03275F: hue angle of 216.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03275F is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 39 | 95 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.63 |
| HSL | 216.52º | 0.94% | 0.19% | - |
| HSV(B) | 216.52º | 0.97% | 0.37% | - |
| XYZ | 2.83 | 2.3 | 11.12 | - |
| YUV | 34.62 | 162.07 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 95 | 0.97 | 0.59 | 0 | 0.63 | 216.52 | 0.94 | 0.19 |
| Hex | 3 | 27 | 5F | 61 | 3B | 0 | 3F | D9 | 5E | 13 |
| Octal | 3 | 47 | 137 | 141 | 73 | 0 | 77 | 331 | 136 | 23 |
| Binary | 11 | 100111 | 1011111 | 1100001 | 111011 | 0 | 111111 | 11011001 | 1011110 | 10011 |
Color Harmonies of #03275F
Complementary color
Monochromatic Colors of #03275F
Black with #03275F
Text Example
Text Example
White with #03275F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03275F; }
p { color: rgb(3,39,95); }
H1.HeaderClassName
{
color: #03275F;
}
.AnyTagClassName
{
color: #03275F;
}
</style>
background-color css
<style>
a { background-color: #03275F; }
a { background-color: rgb(3,39,95); }
div.DivClassName
{
background-color: #03275F;
}
.BgClassName
{
background-color: #03275F;
}
</style>
border-color css
<style>
span { border-color: #03275F; }
span { border-color: rgb(3,39,95); }
td.TdClassName
{
border-color: #03275F;
}
.TagClassName
{
border-color: #03275F;
}
</style>