Shades of Sapphire #032661
Tints of Sapphire #032661
RGB
CMYK
RGB Variations
Color information
#032661 (or 0x032661) is known color: Sapphire. HEX triplet: 03, 26 and 61. RGB value is (3,38,97). Sum of RGB (Red+Green+Blue) = 3+38+97=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #032661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032661 is #FCD99E. Grayscale: #212121. Windows color (decimal): -16570783 or 6366723. OLE color: 6366723.
HSL color Cylindrical-coordinate representation of color #032661: hue angle of 217.66º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032661 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 38 | 97 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.62 |
| HSL | 217.66º | 0.94% | 0.2% | - |
| HSV(B) | 217.66º | 0.97% | 0.38% | - |
| XYZ | 2.89 | 2.27 | 11.59 | - |
| YUV | 34.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 38 | 97 | 0.97 | 0.61 | 0 | 0.62 | 217.66 | 0.94 | 0.2 |
| Hex | 3 | 26 | 61 | 61 | 3D | 0 | 3E | DA | 5E | 14 |
| Octal | 3 | 46 | 141 | 141 | 75 | 0 | 76 | 332 | 136 | 24 |
| Binary | 11 | 100110 | 1100001 | 1100001 | 111101 | 0 | 111110 | 11011010 | 1011110 | 10100 |
Color Harmonies of #032661
Complementary color
Monochromatic Colors of #032661
Black with #032661
Text Example
Text Example
White with #032661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032661; }
p { color: rgb(3,38,97); }
H1.HeaderClassName
{
color: #032661;
}
.AnyTagClassName
{
color: #032661;
}
</style>
background-color css
<style>
a { background-color: #032661; }
a { background-color: rgb(3,38,97); }
div.DivClassName
{
background-color: #032661;
}
.BgClassName
{
background-color: #032661;
}
</style>
border-color css
<style>
span { border-color: #032661; }
span { border-color: rgb(3,38,97); }
td.TdClassName
{
border-color: #032661;
}
.TagClassName
{
border-color: #032661;
}
</style>