Shades of Sapphire #03204F
Tints of Sapphire #03204F
RGB
CMYK
RGB Variations
Color information
#03204F (or 0x03204F) is known color: Sapphire. HEX triplet: 03, 20 and 4F. RGB value is (3,32,79). Sum of RGB (Red+Green+Blue) = 3+32+79=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 79 (31.25% from 255 or 69.30% from 114); Max value from RGB is 79 - color contains mainly: blue. Hex color #03204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03204F is #FCDFB0. Grayscale: #1C1C1C. Windows color (decimal): -16572337 or 5185539. OLE color: 5185539.
HSL color Cylindrical-coordinate representation of color #03204F: hue angle of 217.11º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03204F is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 32 | 79 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.69 |
| HSL | 217.11º | 0.93% | 0.16% | - |
| HSV(B) | 217.11º | 0.96% | 0.31% | - |
| XYZ | 1.97 | 1.62 | 7.61 | - |
| YUV | 28.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 79 | 0.96 | 0.59 | 0 | 0.69 | 217.11 | 0.93 | 0.16 |
| Hex | 3 | 20 | 4F | 60 | 3B | 0 | 45 | D9 | 5D | 10 |
| Octal | 3 | 40 | 117 | 140 | 73 | 0 | 105 | 331 | 135 | 20 |
| Binary | 11 | 100000 | 1001111 | 1100000 | 111011 | 0 | 1000101 | 11011001 | 1011101 | 10000 |
Color Harmonies of #03204F
Complementary color
Monochromatic Colors of #03204F
Black with #03204F
Text Example
Text Example
White with #03204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03204F; }
p { color: rgb(3,32,79); }
H1.HeaderClassName
{
color: #03204F;
}
.AnyTagClassName
{
color: #03204F;
}
</style>
background-color css
<style>
a { background-color: #03204F; }
a { background-color: rgb(3,32,79); }
div.DivClassName
{
background-color: #03204F;
}
.BgClassName
{
background-color: #03204F;
}
</style>
border-color css
<style>
span { border-color: #03204F; }
span { border-color: rgb(3,32,79); }
td.TdClassName
{
border-color: #03204F;
}
.TagClassName
{
border-color: #03204F;
}
</style>