Shades of Sapphire #032466
Tints of Sapphire #032466
RGB
CMYK
RGB Variations
Color information
#032466 (or 0x032466) is known color: Sapphire. HEX triplet: 03, 24 and 66. RGB value is (3,36,102). Sum of RGB (Red+Green+Blue) = 3+36+102=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #032466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032466 is #FCDB99. Grayscale: #212121. Windows color (decimal): -16571290 or 6693891. OLE color: 6693891.
HSL color Cylindrical-coordinate representation of color #032466: hue angle of 220º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032466 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 36 | 102 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.6 |
| HSL | 220º | 0.94% | 0.21% | - |
| HSV(B) | 220º | 0.97% | 0.4% | - |
| XYZ | 3.07 | 2.24 | 12.84 | - |
| YUV | 33.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 102 | 0.97 | 0.65 | 0 | 0.6 | 220 | 0.94 | 0.21 |
| Hex | 3 | 24 | 66 | 61 | 41 | 0 | 3C | DC | 5E | 15 |
| Octal | 3 | 44 | 146 | 141 | 101 | 0 | 74 | 334 | 136 | 25 |
| Binary | 11 | 100100 | 1100110 | 1100001 | 1000001 | 0 | 111100 | 11011100 | 1011110 | 10101 |
Color Harmonies of #032466
Complementary color
Monochromatic Colors of #032466
Black with #032466
Text Example
Text Example
White with #032466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032466; }
p { color: rgb(3,36,102); }
H1.HeaderClassName
{
color: #032466;
}
.AnyTagClassName
{
color: #032466;
}
</style>
background-color css
<style>
a { background-color: #032466; }
a { background-color: rgb(3,36,102); }
div.DivClassName
{
background-color: #032466;
}
.BgClassName
{
background-color: #032466;
}
</style>
border-color css
<style>
span { border-color: #032466; }
span { border-color: rgb(3,36,102); }
td.TdClassName
{
border-color: #032466;
}
.TagClassName
{
border-color: #032466;
}
</style>