Shades of Sapphire #03297C
Tints of Sapphire #03297C
RGB
CMYK
RGB Variations
Color information
#03297C (or 0x03297C) is known color: Sapphire. HEX triplet: 03, 29 and 7C. RGB value is (3,41,124). Sum of RGB (Red+Green+Blue) = 3+41+124=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 41 (16.41% from 255 or 24.40% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #03297C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03297C is #FCD683. Grayscale: #262626. Windows color (decimal): -16569988 or 8136963. OLE color: 8136963.
HSL color Cylindrical-coordinate representation of color #03297C: hue angle of 221.16º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03297C is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 41 | 124 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.51 |
| HSL | 221.16º | 0.95% | 0.25% | - |
| HSV(B) | 221.16º | 0.98% | 0.49% | - |
| XYZ | 4.47 | 3.06 | 19.42 | - |
| YUV | 39.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 124 | 0.98 | 0.67 | 0 | 0.51 | 221.16 | 0.95 | 0.25 |
| Hex | 3 | 29 | 7C | 62 | 43 | 0 | 33 | DD | 5F | 19 |
| Octal | 3 | 51 | 174 | 142 | 103 | 0 | 63 | 335 | 137 | 31 |
| Binary | 11 | 101001 | 1111100 | 1100010 | 1000011 | 0 | 110011 | 11011101 | 1011111 | 11001 |
Color Harmonies of #03297C
Complementary color
Monochromatic Colors of #03297C
Black with #03297C
Text Example
Text Example
White with #03297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03297C; }
p { color: rgb(3,41,124); }
H1.HeaderClassName
{
color: #03297C;
}
.AnyTagClassName
{
color: #03297C;
}
</style>
background-color css
<style>
a { background-color: #03297C; }
a { background-color: rgb(3,41,124); }
div.DivClassName
{
background-color: #03297C;
}
.BgClassName
{
background-color: #03297C;
}
</style>
border-color css
<style>
span { border-color: #03297C; }
span { border-color: rgb(3,41,124); }
td.TdClassName
{
border-color: #03297C;
}
.TagClassName
{
border-color: #03297C;
}
</style>