Shades of Sapphire #032475
Tints of Sapphire #032475
RGB
CMYK
RGB Variations
Color information
#032475 (or 0x032475) is known color: Sapphire. HEX triplet: 03, 24 and 75. RGB value is (3,36,117). Sum of RGB (Red+Green+Blue) = 3+36+117=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 117 (46.09% from 255 or 75% from 156); Max value from RGB is 117 - color contains mainly: blue. Hex color #032475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032475 is #FCDB8A. Grayscale: #232323. Windows color (decimal): -16571275 or 7676931. OLE color: 7676931.
HSL color Cylindrical-coordinate representation of color #032475: hue angle of 222.63º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032475 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 36 | 117 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.54 |
| HSL | 222.63º | 0.95% | 0.24% | - |
| HSV(B) | 222.63º | 0.97% | 0.46% | - |
| XYZ | 3.88 | 2.57 | 17.12 | - |
| YUV | 35.37 | 174.07 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 117 | 0.97 | 0.69 | 0 | 0.54 | 222.63 | 0.95 | 0.24 |
| Hex | 3 | 24 | 75 | 61 | 45 | 0 | 36 | DF | 5F | 18 |
| Octal | 3 | 44 | 165 | 141 | 105 | 0 | 66 | 337 | 137 | 30 |
| Binary | 11 | 100100 | 1110101 | 1100001 | 1000101 | 0 | 110110 | 11011111 | 1011111 | 11000 |
Color Harmonies of #032475
Complementary color
Monochromatic Colors of #032475
Black with #032475
Text Example
Text Example
White with #032475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032475; }
p { color: rgb(3,36,117); }
H1.HeaderClassName
{
color: #032475;
}
.AnyTagClassName
{
color: #032475;
}
</style>
background-color css
<style>
a { background-color: #032475; }
a { background-color: rgb(3,36,117); }
div.DivClassName
{
background-color: #032475;
}
.BgClassName
{
background-color: #032475;
}
</style>
border-color css
<style>
span { border-color: #032475; }
span { border-color: rgb(3,36,117); }
td.TdClassName
{
border-color: #032475;
}
.TagClassName
{
border-color: #032475;
}
</style>