Shades of Sapphire #032266
Tints of Sapphire #032266
RGB
CMYK
RGB Variations
Color information
#032266 (or 0x032266) is known color: Sapphire. HEX triplet: 03, 22 and 66. RGB value is (3,34,102). Sum of RGB (Red+Green+Blue) = 3+34+102=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 102 (40.23% from 255 or 73.38% from 139); Max value from RGB is 102 - color contains mainly: blue. Hex color #032266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032266 is #FCDD99. Grayscale: #202020. Windows color (decimal): -16571802 or 6693379. OLE color: 6693379.
HSL color Cylindrical-coordinate representation of color #032266: hue angle of 221.21º 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 #032266 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 34 | 102 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.6 |
| HSL | 221.21º | 0.94% | 0.21% | - |
| HSV(B) | 221.21º | 0.97% | 0.4% | - |
| XYZ | 3.01 | 2.12 | 12.82 | - |
| YUV | 32.48 | 167.23 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 34 | 102 | 0.97 | 0.67 | 0 | 0.6 | 221.21 | 0.94 | 0.21 |
| Hex | 3 | 22 | 66 | 61 | 43 | 0 | 3C | DD | 5E | 15 |
| Octal | 3 | 42 | 146 | 141 | 103 | 0 | 74 | 335 | 136 | 25 |
| Binary | 11 | 100010 | 1100110 | 1100001 | 1000011 | 0 | 111100 | 11011101 | 1011110 | 10101 |
Color Harmonies of #032266
Complementary color
Monochromatic Colors of #032266
Black with #032266
Text Example
Text Example
White with #032266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032266; }
p { color: rgb(3,34,102); }
H1.HeaderClassName
{
color: #032266;
}
.AnyTagClassName
{
color: #032266;
}
</style>
background-color css
<style>
a { background-color: #032266; }
a { background-color: rgb(3,34,102); }
div.DivClassName
{
background-color: #032266;
}
.BgClassName
{
background-color: #032266;
}
</style>
border-color css
<style>
span { border-color: #032266; }
span { border-color: rgb(3,34,102); }
td.TdClassName
{
border-color: #032266;
}
.TagClassName
{
border-color: #032266;
}
</style>