Shades of Sapphire #03234D
Tints of Sapphire #03234D
RGB
CMYK
RGB Variations
Color information
#03234D (or 0x03234D) is known color: Sapphire. HEX triplet: 03, 23 and 4D. RGB value is (3,35,77). Sum of RGB (Red+Green+Blue) = 3+35+77=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #03234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03234D is #FCDCB2. Grayscale: #1E1E1E. Windows color (decimal): -16571571 or 5055235. OLE color: 5055235.
HSL color Cylindrical-coordinate representation of color #03234D: hue angle of 214.05º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03234D is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 35 | 77 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.70 |
| HSL | 214.05º | 0.93% | 0.16% | - |
| HSV(B) | 214.05º | 0.96% | 0.3% | - |
| XYZ | 1.98 | 1.76 | 7.26 | - |
| YUV | 30.22 | 154.4 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 77 | 0.96 | 0.55 | 0 | 0.70 | 214.05 | 0.93 | 0.16 |
| Hex | 3 | 23 | 4D | 60 | 37 | 0 | 46 | D6 | 5C | 10 |
| Octal | 3 | 43 | 115 | 140 | 67 | 0 | 106 | 326 | 134 | 20 |
| Binary | 11 | 100011 | 1001101 | 1100000 | 110111 | 0 | 1000110 | 11010110 | 1011100 | 10000 |
Color Harmonies of #03234D
Complementary color
Monochromatic Colors of #03234D
Black with #03234D
Text Example
Text Example
White with #03234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03234D; }
p { color: rgb(3,35,77); }
H1.HeaderClassName
{
color: #03234D;
}
.AnyTagClassName
{
color: #03234D;
}
</style>
background-color css
<style>
a { background-color: #03234D; }
a { background-color: rgb(3,35,77); }
div.DivClassName
{
background-color: #03234D;
}
.BgClassName
{
background-color: #03234D;
}
</style>
border-color css
<style>
span { border-color: #03234D; }
span { border-color: rgb(3,35,77); }
td.TdClassName
{
border-color: #03234D;
}
.TagClassName
{
border-color: #03234D;
}
</style>