Shades of Sapphire #032C6B
Tints of Sapphire #032C6B
RGB
CMYK
RGB Variations
Color information
#032C6B (or 0x032C6B) is known color: Sapphire. HEX triplet: 03, 2C and 6B. RGB value is (3,44,107). Sum of RGB (Red+Green+Blue) = 3+44+107=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #032C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C6B is #FCD394. Grayscale: #262626. Windows color (decimal): -16569237 or 7023619. OLE color: 7023619.
HSL color Cylindrical-coordinate representation of color #032C6B: hue angle of 216.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032C6B is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 44 | 107 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.58 |
| HSL | 216.35º | 0.95% | 0.22% | - |
| HSV(B) | 216.35º | 0.97% | 0.42% | - |
| XYZ | 3.59 | 2.88 | 14.28 | - |
| YUV | 38.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 107 | 0.97 | 0.59 | 0 | 0.58 | 216.35 | 0.95 | 0.22 |
| Hex | 3 | 2C | 6B | 61 | 3B | 0 | 3A | D8 | 5F | 16 |
| Octal | 3 | 54 | 153 | 141 | 73 | 0 | 72 | 330 | 137 | 26 |
| Binary | 11 | 101100 | 1101011 | 1100001 | 111011 | 0 | 111010 | 11011000 | 1011111 | 10110 |
Color Harmonies of #032C6B
Complementary color
Monochromatic Colors of #032C6B
Black with #032C6B
Text Example
Text Example
White with #032C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C6B; }
p { color: rgb(3,44,107); }
H1.HeaderClassName
{
color: #032C6B;
}
.AnyTagClassName
{
color: #032C6B;
}
</style>
background-color css
<style>
a { background-color: #032C6B; }
a { background-color: rgb(3,44,107); }
div.DivClassName
{
background-color: #032C6B;
}
.BgClassName
{
background-color: #032C6B;
}
</style>
border-color css
<style>
span { border-color: #032C6B; }
span { border-color: rgb(3,44,107); }
td.TdClassName
{
border-color: #032C6B;
}
.TagClassName
{
border-color: #032C6B;
}
</style>