Shades of Sapphire #03275E
Tints of Sapphire #03275E
RGB
CMYK
RGB Variations
Color information
#03275E (or 0x03275E) is known color: Sapphire. HEX triplet: 03, 27 and 5E. RGB value is (3,39,94). Sum of RGB (Red+Green+Blue) = 3+39+94=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #03275E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03275E is #FCD8A1. Grayscale: #222222. Windows color (decimal): -16570530 or 6170371. OLE color: 6170371.
HSL color Cylindrical-coordinate representation of color #03275E: hue angle of 216.26º 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 #03275E is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 39 | 94 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.63 |
| HSL | 216.26º | 0.94% | 0.19% | - |
| HSV(B) | 216.26º | 0.97% | 0.37% | - |
| XYZ | 2.78 | 2.28 | 10.88 | - |
| YUV | 34.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 94 | 0.97 | 0.59 | 0 | 0.63 | 216.26 | 0.94 | 0.19 |
| Hex | 3 | 27 | 5E | 61 | 3B | 0 | 3F | D8 | 5E | 13 |
| Octal | 3 | 47 | 136 | 141 | 73 | 0 | 77 | 330 | 136 | 23 |
| Binary | 11 | 100111 | 1011110 | 1100001 | 111011 | 0 | 111111 | 11011000 | 1011110 | 10011 |
Color Harmonies of #03275E
Complementary color
Monochromatic Colors of #03275E
Black with #03275E
Text Example
Text Example
White with #03275E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03275E; }
p { color: rgb(3,39,94); }
H1.HeaderClassName
{
color: #03275E;
}
.AnyTagClassName
{
color: #03275E;
}
</style>
background-color css
<style>
a { background-color: #03275E; }
a { background-color: rgb(3,39,94); }
div.DivClassName
{
background-color: #03275E;
}
.BgClassName
{
background-color: #03275E;
}
</style>
border-color css
<style>
span { border-color: #03275E; }
span { border-color: rgb(3,39,94); }
td.TdClassName
{
border-color: #03275E;
}
.TagClassName
{
border-color: #03275E;
}
</style>