Shades of Sapphire #03307C
Tints of Sapphire #03307C
RGB
CMYK
RGB Variations
Color information
#03307C (or 0x03307C) is known color: Sapphire. HEX triplet: 03, 30 and 7C. RGB value is (3,48,124). Sum of RGB (Red+Green+Blue) = 3+48+124=175 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #03307C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03307C is #FCCF83. Grayscale: #2A2A2A. Windows color (decimal): -16568196 or 8138755. OLE color: 8138755.
HSL color Cylindrical-coordinate representation of color #03307C: hue angle of 217.69º 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 #03307C is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 48 | 124 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.51 |
| HSL | 217.69º | 0.95% | 0.25% | - |
| HSV(B) | 217.69º | 0.98% | 0.49% | - |
| XYZ | 4.73 | 3.59 | 19.51 | - |
| YUV | 43.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 124 | 0.98 | 0.61 | 0 | 0.51 | 217.69 | 0.95 | 0.25 |
| Hex | 3 | 30 | 7C | 62 | 3D | 0 | 33 | DA | 5F | 19 |
| Octal | 3 | 60 | 174 | 142 | 75 | 0 | 63 | 332 | 137 | 31 |
| Binary | 11 | 110000 | 1111100 | 1100010 | 111101 | 0 | 110011 | 11011010 | 1011111 | 11001 |
Color Harmonies of #03307C
Complementary color
Monochromatic Colors of #03307C
Black with #03307C
Text Example
Text Example
White with #03307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03307C; }
p { color: rgb(3,48,124); }
H1.HeaderClassName
{
color: #03307C;
}
.AnyTagClassName
{
color: #03307C;
}
</style>
background-color css
<style>
a { background-color: #03307C; }
a { background-color: rgb(3,48,124); }
div.DivClassName
{
background-color: #03307C;
}
.BgClassName
{
background-color: #03307C;
}
</style>
border-color css
<style>
span { border-color: #03307C; }
span { border-color: rgb(3,48,124); }
td.TdClassName
{
border-color: #03307C;
}
.TagClassName
{
border-color: #03307C;
}
</style>