Shades of Sapphire #03286D
Tints of Sapphire #03286D
RGB
CMYK
RGB Variations
Color information
#03286D (or 0x03286D) is known color: Sapphire. HEX triplet: 03, 28 and 6D. RGB value is (3,40,109). Sum of RGB (Red+Green+Blue) = 3+40+109=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #03286D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03286D is #FCD792. Grayscale: #242424. Windows color (decimal): -16570259 or 7153667. OLE color: 7153667.
HSL color Cylindrical-coordinate representation of color #03286D: hue angle of 219.06º 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 #03286D is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 40 | 109 | - |
| CMYK | 0.97 | 0.63 | 0 | 0.57 |
| HSL | 219.06º | 0.95% | 0.22% | - |
| HSV(B) | 219.06º | 0.97% | 0.43% | - |
| XYZ | 3.56 | 2.64 | 14.79 | - |
| YUV | 36.8 | 168.74 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 109 | 0.97 | 0.63 | 0 | 0.57 | 219.06 | 0.95 | 0.22 |
| Hex | 3 | 28 | 6D | 61 | 3F | 0 | 39 | DB | 5F | 16 |
| Octal | 3 | 50 | 155 | 141 | 77 | 0 | 71 | 333 | 137 | 26 |
| Binary | 11 | 101000 | 1101101 | 1100001 | 111111 | 0 | 111001 | 11011011 | 1011111 | 10110 |
Color Harmonies of #03286D
Complementary color
Monochromatic Colors of #03286D
Black with #03286D
Text Example
Text Example
White with #03286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03286D; }
p { color: rgb(3,40,109); }
H1.HeaderClassName
{
color: #03286D;
}
.AnyTagClassName
{
color: #03286D;
}
</style>
background-color css
<style>
a { background-color: #03286D; }
a { background-color: rgb(3,40,109); }
div.DivClassName
{
background-color: #03286D;
}
.BgClassName
{
background-color: #03286D;
}
</style>
border-color css
<style>
span { border-color: #03286D; }
span { border-color: rgb(3,40,109); }
td.TdClassName
{
border-color: #03286D;
}
.TagClassName
{
border-color: #03286D;
}
</style>