Shades of Sapphire #03204E
Tints of Sapphire #03204E
RGB
CMYK
RGB Variations
Color information
#03204E (or 0x03204E) is known color: Sapphire. HEX triplet: 03, 20 and 4E. RGB value is (3,32,78). Sum of RGB (Red+Green+Blue) = 3+32+78=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 78 (30.86% from 255 or 69.03% from 113); Max value from RGB is 78 - color contains mainly: blue. Hex color #03204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03204E is #FCDFB1. Grayscale: #1C1C1C. Windows color (decimal): -16572338 or 5120003. OLE color: 5120003.
HSL color Cylindrical-coordinate representation of color #03204E: hue angle of 216.8º 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 #03204E is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 32 | 78 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.69 |
| HSL | 216.8º | 0.93% | 0.16% | - |
| HSV(B) | 216.8º | 0.96% | 0.31% | - |
| XYZ | 1.93 | 1.6 | 7.42 | - |
| YUV | 28.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 78 | 0.96 | 0.59 | 0 | 0.69 | 216.8 | 0.93 | 0.16 |
| Hex | 3 | 20 | 4E | 60 | 3B | 0 | 45 | D9 | 5D | 10 |
| Octal | 3 | 40 | 116 | 140 | 73 | 0 | 105 | 331 | 135 | 20 |
| Binary | 11 | 100000 | 1001110 | 1100000 | 111011 | 0 | 1000101 | 11011001 | 1011101 | 10000 |
Color Harmonies of #03204E
Complementary color
Monochromatic Colors of #03204E
Black with #03204E
Text Example
Text Example
White with #03204E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03204E; }
p { color: rgb(3,32,78); }
H1.HeaderClassName
{
color: #03204E;
}
.AnyTagClassName
{
color: #03204E;
}
</style>
background-color css
<style>
a { background-color: #03204E; }
a { background-color: rgb(3,32,78); }
div.DivClassName
{
background-color: #03204E;
}
.BgClassName
{
background-color: #03204E;
}
</style>
border-color css
<style>
span { border-color: #03204E; }
span { border-color: rgb(3,32,78); }
td.TdClassName
{
border-color: #03204E;
}
.TagClassName
{
border-color: #03204E;
}
</style>