Shades of Sapphire #03285D
Tints of Sapphire #03285D
RGB
CMYK
RGB Variations
Color information
#03285D (or 0x03285D) is known color: Sapphire. HEX triplet: 03, 28 and 5D. RGB value is (3,40,93). Sum of RGB (Red+Green+Blue) = 3+40+93=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #03285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03285D is #FCD7A2. Grayscale: #222222. Windows color (decimal): -16570275 or 6105091. OLE color: 6105091.
HSL color Cylindrical-coordinate representation of color #03285D: hue angle of 215.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 #03285D is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 40 | 93 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.64 |
| HSL | 215.33º | 0.94% | 0.19% | - |
| HSV(B) | 215.33º | 0.97% | 0.36% | - |
| XYZ | 2.77 | 2.33 | 10.66 | - |
| YUV | 34.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 93 | 0.97 | 0.57 | 0 | 0.64 | 215.33 | 0.94 | 0.19 |
| Hex | 3 | 28 | 5D | 61 | 39 | 0 | 40 | D7 | 5E | 13 |
| Octal | 3 | 50 | 135 | 141 | 71 | 0 | 100 | 327 | 136 | 23 |
| Binary | 11 | 101000 | 1011101 | 1100001 | 111001 | 0 | 1000000 | 11010111 | 1011110 | 10011 |
Color Harmonies of #03285D
Complementary color
Monochromatic Colors of #03285D
Black with #03285D
Text Example
Text Example
White with #03285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03285D; }
p { color: rgb(3,40,93); }
H1.HeaderClassName
{
color: #03285D;
}
.AnyTagClassName
{
color: #03285D;
}
</style>
background-color css
<style>
a { background-color: #03285D; }
a { background-color: rgb(3,40,93); }
div.DivClassName
{
background-color: #03285D;
}
.BgClassName
{
background-color: #03285D;
}
</style>
border-color css
<style>
span { border-color: #03285D; }
span { border-color: rgb(3,40,93); }
td.TdClassName
{
border-color: #03285D;
}
.TagClassName
{
border-color: #03285D;
}
</style>