Shades of Sapphire #032C7D
Tints of Sapphire #032C7D
RGB
CMYK
RGB Variations
Color information
#032C7D (or 0x032C7D) is known color: Sapphire. HEX triplet: 03, 2C and 7D. RGB value is (3,44,125). Sum of RGB (Red+Green+Blue) = 3+44+125=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #032C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C7D is #FCD382. Grayscale: #282828. Windows color (decimal): -16569219 or 8203267. OLE color: 8203267.
HSL color Cylindrical-coordinate representation of color #032C7D: hue angle of 219.84º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #032C7D is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 44 | 125 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.51 |
| HSL | 219.84º | 0.95% | 0.25% | - |
| HSV(B) | 219.84º | 0.98% | 0.49% | - |
| XYZ | 4.64 | 3.3 | 19.79 | - |
| YUV | 40.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 125 | 0.98 | 0.65 | 0 | 0.51 | 219.84 | 0.95 | 0.25 |
| Hex | 3 | 2C | 7D | 62 | 41 | 0 | 33 | DC | 5F | 19 |
| Octal | 3 | 54 | 175 | 142 | 101 | 0 | 63 | 334 | 137 | 31 |
| Binary | 11 | 101100 | 1111101 | 1100010 | 1000001 | 0 | 110011 | 11011100 | 1011111 | 11001 |
Color Harmonies of #032C7D
Complementary color
Monochromatic Colors of #032C7D
Black with #032C7D
Text Example
Text Example
White with #032C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C7D; }
p { color: rgb(3,44,125); }
H1.HeaderClassName
{
color: #032C7D;
}
.AnyTagClassName
{
color: #032C7D;
}
</style>
background-color css
<style>
a { background-color: #032C7D; }
a { background-color: rgb(3,44,125); }
div.DivClassName
{
background-color: #032C7D;
}
.BgClassName
{
background-color: #032C7D;
}
</style>
border-color css
<style>
span { border-color: #032C7D; }
span { border-color: rgb(3,44,125); }
td.TdClassName
{
border-color: #032C7D;
}
.TagClassName
{
border-color: #032C7D;
}
</style>