Shades of Gulf Blue #32425B
Tints of Gulf Blue #32425B
RGB
CMYK
RGB Variations
Color information
#32425B (or 0x32425B) is known color: Gulf Blue. HEX triplet: 32, 42 and 5B. RGB value is (50,66,91). Sum of RGB (Red+Green+Blue) = 50+66+91=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 91 - color contains mainly: blue. Hex color #32425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425B is #CDBDA4. Grayscale: #3F3F3F. Windows color (decimal): -13483429 or 5980722. OLE color: 5980722.
HSL color Cylindrical-coordinate representation of color #32425B: hue angle of 216.59º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32425B is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 66 | 91 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.64 |
| HSL | 216.59º | 0.29% | 0.28% | - |
| HSV(B) | 216.59º | 0.45% | 0.36% | - |
| XYZ | 5.15 | 5.33 | 10.65 | - |
| YUV | 64.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 91 | 0.45 | 0.27 | 0 | 0.64 | 216.59 | 0.29 | 0.28 |
| Hex | 32 | 42 | 5B | 2D | 1B | 0 | 40 | D9 | 1D | 1C |
| Octal | 62 | 102 | 133 | 55 | 33 | 0 | 100 | 331 | 35 | 34 |
| Binary | 110010 | 1000010 | 1011011 | 101101 | 11011 | 0 | 1000000 | 11011001 | 11101 | 11100 |
Color Harmonies of #32425B
Complementary color
Monochromatic Colors of #32425B
Black with #32425B
Text Example
Text Example
White with #32425B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32425B; }
p { color: rgb(50,66,91); }
H1.HeaderClassName
{
color: #32425B;
}
.AnyTagClassName
{
color: #32425B;
}
</style>
background-color css
<style>
a { background-color: #32425B; }
a { background-color: rgb(50,66,91); }
div.DivClassName
{
background-color: #32425B;
}
.BgClassName
{
background-color: #32425B;
}
</style>
border-color css
<style>
span { border-color: #32425B; }
span { border-color: rgb(50,66,91); }
td.TdClassName
{
border-color: #32425B;
}
.TagClassName
{
border-color: #32425B;
}
</style>