Shades of Gulf Blue #32425D
Tints of Gulf Blue #32425D
RGB
CMYK
RGB Variations
Color information
#32425D (or 0x32425D) is known color: Gulf Blue. HEX triplet: 32, 42 and 5D. RGB value is (50,66,93). Sum of RGB (Red+Green+Blue) = 50+66+93=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #32425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32425D is #CDBDA2. Grayscale: #404040. Windows color (decimal): -13483427 or 6111794. OLE color: 6111794.
HSL color Cylindrical-coordinate representation of color #32425D: hue angle of 217.67º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32425D is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 66 | 93 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.64 |
| HSL | 217.67º | 0.3% | 0.28% | - |
| HSV(B) | 217.67º | 0.46% | 0.36% | - |
| XYZ | 5.24 | 5.36 | 11.12 | - |
| YUV | 64.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 93 | 0.46 | 0.29 | 0 | 0.64 | 217.67 | 0.3 | 0.28 |
| Hex | 32 | 42 | 5D | 2E | 1D | 0 | 40 | DA | 1E | 1C |
| Octal | 62 | 102 | 135 | 56 | 35 | 0 | 100 | 332 | 36 | 34 |
| Binary | 110010 | 1000010 | 1011101 | 101110 | 11101 | 0 | 1000000 | 11011010 | 11110 | 11100 |
Color Harmonies of #32425D
Complementary color
Monochromatic Colors of #32425D
Black with #32425D
Text Example
Text Example
White with #32425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32425D; }
p { color: rgb(50,66,93); }
H1.HeaderClassName
{
color: #32425D;
}
.AnyTagClassName
{
color: #32425D;
}
</style>
background-color css
<style>
a { background-color: #32425D; }
a { background-color: rgb(50,66,93); }
div.DivClassName
{
background-color: #32425D;
}
.BgClassName
{
background-color: #32425D;
}
</style>
border-color css
<style>
span { border-color: #32425D; }
span { border-color: rgb(50,66,93); }
td.TdClassName
{
border-color: #32425D;
}
.TagClassName
{
border-color: #32425D;
}
</style>