Shades of Gulf Blue #32476B
Tints of Gulf Blue #32476B
RGB
CMYK
RGB Variations
Color information
#32476B (or 0x32476B) is known color: Gulf Blue. HEX triplet: 32, 47 and 6B. RGB value is (50,71,107). Sum of RGB (Red+Green+Blue) = 50+71+107=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #32476B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32476B is #CDB894. Grayscale: #444444. Windows color (decimal): -13482133 or 7030578. OLE color: 7030578.
HSL color Cylindrical-coordinate representation of color #32476B: hue angle of 217.89º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32476B is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 71 | 107 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.58 |
| HSL | 217.89º | 0.36% | 0.31% | - |
| HSV(B) | 217.89º | 0.53% | 0.42% | - |
| XYZ | 6.22 | 6.25 | 14.79 | - |
| YUV | 68.83 | 149.54 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 107 | 0.53 | 0.34 | 0 | 0.58 | 217.89 | 0.36 | 0.31 |
| Hex | 32 | 47 | 6B | 35 | 22 | 0 | 3A | DA | 24 | 1F |
| Octal | 62 | 107 | 153 | 65 | 42 | 0 | 72 | 332 | 44 | 37 |
| Binary | 110010 | 1000111 | 1101011 | 110101 | 100010 | 0 | 111010 | 11011010 | 100100 | 11111 |
Color Harmonies of #32476B
Complementary color
Monochromatic Colors of #32476B
Black with #32476B
Text Example
Text Example
White with #32476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32476B; }
p { color: rgb(50,71,107); }
H1.HeaderClassName
{
color: #32476B;
}
.AnyTagClassName
{
color: #32476B;
}
</style>
background-color css
<style>
a { background-color: #32476B; }
a { background-color: rgb(50,71,107); }
div.DivClassName
{
background-color: #32476B;
}
.BgClassName
{
background-color: #32476B;
}
</style>
border-color css
<style>
span { border-color: #32476B; }
span { border-color: rgb(50,71,107); }
td.TdClassName
{
border-color: #32476B;
}
.TagClassName
{
border-color: #32476B;
}
</style>