Shades of Gulf Blue #32415D
Tints of Gulf Blue #32415D
RGB
CMYK
RGB Variations
Color information
#32415D (or 0x32415D) is known color: Gulf Blue. HEX triplet: 32, 41 and 5D. RGB value is (50,65,93). Sum of RGB (Red+Green+Blue) = 50+65+93=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #32415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32415D is #CDBEA2. Grayscale: #3F3F3F. Windows color (decimal): -13483683 or 6111538. OLE color: 6111538.
HSL color Cylindrical-coordinate representation of color #32415D: hue angle of 219.07º 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 #32415D is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 65 | 93 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.64 |
| HSL | 219.07º | 0.3% | 0.28% | - |
| HSV(B) | 219.07º | 0.46% | 0.36% | - |
| XYZ | 5.18 | 5.25 | 11.1 | - |
| YUV | 63.71 | 144.53 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 93 | 0.46 | 0.30 | 0 | 0.64 | 219.07 | 0.3 | 0.28 |
| Hex | 32 | 41 | 5D | 2E | 1E | 0 | 40 | DB | 1E | 1C |
| Octal | 62 | 101 | 135 | 56 | 36 | 0 | 100 | 333 | 36 | 34 |
| Binary | 110010 | 1000001 | 1011101 | 101110 | 11110 | 0 | 1000000 | 11011011 | 11110 | 11100 |
Color Harmonies of #32415D
Complementary color
Monochromatic Colors of #32415D
Black with #32415D
Text Example
Text Example
White with #32415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32415D; }
p { color: rgb(50,65,93); }
H1.HeaderClassName
{
color: #32415D;
}
.AnyTagClassName
{
color: #32415D;
}
</style>
background-color css
<style>
a { background-color: #32415D; }
a { background-color: rgb(50,65,93); }
div.DivClassName
{
background-color: #32415D;
}
.BgClassName
{
background-color: #32415D;
}
</style>
border-color css
<style>
span { border-color: #32415D; }
span { border-color: rgb(50,65,93); }
td.TdClassName
{
border-color: #32415D;
}
.TagClassName
{
border-color: #32415D;
}
</style>