Shades of Sapphire #03276E
Tints of Sapphire #03276E
RGB
CMYK
RGB Variations
Color information
#03276E (or 0x03276E) is known color: Sapphire. HEX triplet: 03, 27 and 6E. RGB value is (3,39,110). Sum of RGB (Red+Green+Blue) = 3+39+110=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #03276E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03276E is #FCD891. Grayscale: #242424. Windows color (decimal): -16570514 or 7218947. OLE color: 7218947.
HSL color Cylindrical-coordinate representation of color #03276E: hue angle of 219.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03276E is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 39 | 110 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.57 |
| HSL | 219.81º | 0.95% | 0.22% | - |
| HSV(B) | 219.81º | 0.97% | 0.43% | - |
| XYZ | 3.58 | 2.6 | 15.06 | - |
| YUV | 36.33 | 169.57 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 39 | 110 | 0.97 | 0.65 | 0 | 0.57 | 219.81 | 0.95 | 0.22 |
| Hex | 3 | 27 | 6E | 61 | 41 | 0 | 39 | DC | 5F | 16 |
| Octal | 3 | 47 | 156 | 141 | 101 | 0 | 71 | 334 | 137 | 26 |
| Binary | 11 | 100111 | 1101110 | 1100001 | 1000001 | 0 | 111001 | 11011100 | 1011111 | 10110 |
Color Harmonies of #03276E
Complementary color
Monochromatic Colors of #03276E
Black with #03276E
Text Example
Text Example
White with #03276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03276E; }
p { color: rgb(3,39,110); }
H1.HeaderClassName
{
color: #03276E;
}
.AnyTagClassName
{
color: #03276E;
}
</style>
background-color css
<style>
a { background-color: #03276E; }
a { background-color: rgb(3,39,110); }
div.DivClassName
{
background-color: #03276E;
}
.BgClassName
{
background-color: #03276E;
}
</style>
border-color css
<style>
span { border-color: #03276E; }
span { border-color: rgb(3,39,110); }
td.TdClassName
{
border-color: #03276E;
}
.TagClassName
{
border-color: #03276E;
}
</style>