Shades of Sapphire #03297D
Tints of Sapphire #03297D
RGB
CMYK
RGB Variations
Color information
#03297D (or 0x03297D) is known color: Sapphire. HEX triplet: 03, 29 and 7D. RGB value is (3,41,125). Sum of RGB (Red+Green+Blue) = 3+41+125=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #03297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03297D is #FCD682. Grayscale: #262626. Windows color (decimal): -16569987 or 8202499. OLE color: 8202499.
HSL color Cylindrical-coordinate representation of color #03297D: hue angle of 221.31º 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 #03297D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 41 | 125 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.51 |
| HSL | 221.31º | 0.95% | 0.25% | - |
| HSV(B) | 221.31º | 0.98% | 0.49% | - |
| XYZ | 4.53 | 3.09 | 19.76 | - |
| YUV | 39.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 125 | 0.98 | 0.67 | 0 | 0.51 | 221.31 | 0.95 | 0.25 |
| Hex | 3 | 29 | 7D | 62 | 43 | 0 | 33 | DD | 5F | 19 |
| Octal | 3 | 51 | 175 | 142 | 103 | 0 | 63 | 335 | 137 | 31 |
| Binary | 11 | 101001 | 1111101 | 1100010 | 1000011 | 0 | 110011 | 11011101 | 1011111 | 11001 |
Color Harmonies of #03297D
Complementary color
Monochromatic Colors of #03297D
Black with #03297D
Text Example
Text Example
White with #03297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03297D; }
p { color: rgb(3,41,125); }
H1.HeaderClassName
{
color: #03297D;
}
.AnyTagClassName
{
color: #03297D;
}
</style>
background-color css
<style>
a { background-color: #03297D; }
a { background-color: rgb(3,41,125); }
div.DivClassName
{
background-color: #03297D;
}
.BgClassName
{
background-color: #03297D;
}
</style>
border-color css
<style>
span { border-color: #03297D; }
span { border-color: rgb(3,41,125); }
td.TdClassName
{
border-color: #03297D;
}
.TagClassName
{
border-color: #03297D;
}
</style>