Shades of Sapphire #03256D
Tints of Sapphire #03256D
RGB
CMYK
RGB Variations
Color information
#03256D (or 0x03256D) is known color: Sapphire. HEX triplet: 03, 25 and 6D. RGB value is (3,37,109). Sum of RGB (Red+Green+Blue) = 3+37+109=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #03256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03256D is #FCDA92. Grayscale: #222222. Windows color (decimal): -16571027 or 7152899. OLE color: 7152899.
HSL color Cylindrical-coordinate representation of color #03256D: hue angle of 220.75º 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 #03256D is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 37 | 109 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.57 |
| HSL | 220.75º | 0.95% | 0.22% | - |
| HSV(B) | 220.75º | 0.97% | 0.43% | - |
| XYZ | 3.46 | 2.45 | 14.76 | - |
| YUV | 35.04 | 169.74 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 37 | 109 | 0.97 | 0.66 | 0 | 0.57 | 220.75 | 0.95 | 0.22 |
| Hex | 3 | 25 | 6D | 61 | 42 | 0 | 39 | DD | 5F | 16 |
| Octal | 3 | 45 | 155 | 141 | 102 | 0 | 71 | 335 | 137 | 26 |
| Binary | 11 | 100101 | 1101101 | 1100001 | 1000010 | 0 | 111001 | 11011101 | 1011111 | 10110 |
Color Harmonies of #03256D
Complementary color
Monochromatic Colors of #03256D
Black with #03256D
Text Example
Text Example
White with #03256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03256D; }
p { color: rgb(3,37,109); }
H1.HeaderClassName
{
color: #03256D;
}
.AnyTagClassName
{
color: #03256D;
}
</style>
background-color css
<style>
a { background-color: #03256D; }
a { background-color: rgb(3,37,109); }
div.DivClassName
{
background-color: #03256D;
}
.BgClassName
{
background-color: #03256D;
}
</style>
border-color css
<style>
span { border-color: #03256D; }
span { border-color: rgb(3,37,109); }
td.TdClassName
{
border-color: #03256D;
}
.TagClassName
{
border-color: #03256D;
}
</style>