Shades of Sapphire #03234F
Tints of Sapphire #03234F
RGB
CMYK
RGB Variations
Color information
#03234F (or 0x03234F) is known color: Sapphire. HEX triplet: 03, 23 and 4F. RGB value is (3,35,79). Sum of RGB (Red+Green+Blue) = 3+35+79=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #03234F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03234F is #FCDCB0. Grayscale: #1E1E1E. Windows color (decimal): -16571569 or 5186307. OLE color: 5186307.
HSL color Cylindrical-coordinate representation of color #03234F: hue angle of 214.74º 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 #03234F is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 35 | 79 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.69 |
| HSL | 214.74º | 0.93% | 0.16% | - |
| HSV(B) | 214.74º | 0.96% | 0.31% | - |
| XYZ | 2.05 | 1.79 | 7.63 | - |
| YUV | 30.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 79 | 0.96 | 0.56 | 0 | 0.69 | 214.74 | 0.93 | 0.16 |
| Hex | 3 | 23 | 4F | 60 | 38 | 0 | 45 | D7 | 5D | 10 |
| Octal | 3 | 43 | 117 | 140 | 70 | 0 | 105 | 327 | 135 | 20 |
| Binary | 11 | 100011 | 1001111 | 1100000 | 111000 | 0 | 1000101 | 11010111 | 1011101 | 10000 |
Color Harmonies of #03234F
Complementary color
Monochromatic Colors of #03234F
Black with #03234F
Text Example
Text Example
White with #03234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03234F; }
p { color: rgb(3,35,79); }
H1.HeaderClassName
{
color: #03234F;
}
.AnyTagClassName
{
color: #03234F;
}
</style>
background-color css
<style>
a { background-color: #03234F; }
a { background-color: rgb(3,35,79); }
div.DivClassName
{
background-color: #03234F;
}
.BgClassName
{
background-color: #03234F;
}
</style>
border-color css
<style>
span { border-color: #03234F; }
span { border-color: rgb(3,35,79); }
td.TdClassName
{
border-color: #03234F;
}
.TagClassName
{
border-color: #03234F;
}
</style>