Shades of Sapphire #032B7C
Tints of Sapphire #032B7C
RGB
CMYK
RGB Variations
Color information
#032B7C (or 0x032B7C) is known color: Sapphire. HEX triplet: 03, 2B and 7C. RGB value is (3,43,124). Sum of RGB (Red+Green+Blue) = 3+43+124=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #032B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B7C is #FCD483. Grayscale: #272727. Windows color (decimal): -16569476 or 8137475. OLE color: 8137475.
HSL color Cylindrical-coordinate representation of color #032B7C: hue angle of 220.17º 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 #032B7C is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 43 | 124 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.51 |
| HSL | 220.17º | 0.95% | 0.25% | - |
| HSV(B) | 220.17º | 0.98% | 0.49% | - |
| XYZ | 4.54 | 3.2 | 19.45 | - |
| YUV | 40.27 | 175.25 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 124 | 0.98 | 0.65 | 0 | 0.51 | 220.17 | 0.95 | 0.25 |
| Hex | 3 | 2B | 7C | 62 | 41 | 0 | 33 | DC | 5F | 19 |
| Octal | 3 | 53 | 174 | 142 | 101 | 0 | 63 | 334 | 137 | 31 |
| Binary | 11 | 101011 | 1111100 | 1100010 | 1000001 | 0 | 110011 | 11011100 | 1011111 | 11001 |
Color Harmonies of #032B7C
Complementary color
Monochromatic Colors of #032B7C
Black with #032B7C
Text Example
Text Example
White with #032B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B7C; }
p { color: rgb(3,43,124); }
H1.HeaderClassName
{
color: #032B7C;
}
.AnyTagClassName
{
color: #032B7C;
}
</style>
background-color css
<style>
a { background-color: #032B7C; }
a { background-color: rgb(3,43,124); }
div.DivClassName
{
background-color: #032B7C;
}
.BgClassName
{
background-color: #032B7C;
}
</style>
border-color css
<style>
span { border-color: #032B7C; }
span { border-color: rgb(3,43,124); }
td.TdClassName
{
border-color: #032B7C;
}
.TagClassName
{
border-color: #032B7C;
}
</style>