Shades of Sapphire #032366
Tints of Sapphire #032366
RGB
CMYK
RGB Variations
Color information
#032366 (or 0x032366) is known color: Sapphire. HEX triplet: 03, 23 and 66. RGB value is (3,35,102). Sum of RGB (Red+Green+Blue) = 3+35+102=140 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.14% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #032366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032366 is #FCDC99. Grayscale: #202020. Windows color (decimal): -16571546 or 6693635. OLE color: 6693635.
HSL color Cylindrical-coordinate representation of color #032366: hue angle of 220.61º 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 #032366 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 35 | 102 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.6 |
| HSL | 220.61º | 0.94% | 0.21% | - |
| HSV(B) | 220.61º | 0.97% | 0.4% | - |
| XYZ | 3.04 | 2.18 | 12.83 | - |
| YUV | 33.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 35 | 102 | 0.97 | 0.66 | 0 | 0.6 | 220.61 | 0.94 | 0.21 |
| Hex | 3 | 23 | 66 | 61 | 42 | 0 | 3C | DD | 5E | 15 |
| Octal | 3 | 43 | 146 | 141 | 102 | 0 | 74 | 335 | 136 | 25 |
| Binary | 11 | 100011 | 1100110 | 1100001 | 1000010 | 0 | 111100 | 11011101 | 1011110 | 10101 |
Color Harmonies of #032366
Complementary color
Monochromatic Colors of #032366
Black with #032366
Text Example
Text Example
White with #032366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032366; }
p { color: rgb(3,35,102); }
H1.HeaderClassName
{
color: #032366;
}
.AnyTagClassName
{
color: #032366;
}
</style>
background-color css
<style>
a { background-color: #032366; }
a { background-color: rgb(3,35,102); }
div.DivClassName
{
background-color: #032366;
}
.BgClassName
{
background-color: #032366;
}
</style>
border-color css
<style>
span { border-color: #032366; }
span { border-color: rgb(3,35,102); }
td.TdClassName
{
border-color: #032366;
}
.TagClassName
{
border-color: #032366;
}
</style>