Shades of Gulf Blue #323F5D
Tints of Gulf Blue #323F5D
RGB
CMYK
RGB Variations
Color information
#323F5D (or 0x323F5D) is known color: Gulf Blue. HEX triplet: 32, 3F and 5D. RGB value is (50,63,93). Sum of RGB (Red+Green+Blue) = 50+63+93=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #323F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F5D is #CDC0A2. Grayscale: #3E3E3E. Windows color (decimal): -13484195 or 6111026. OLE color: 6111026.
HSL color Cylindrical-coordinate representation of color #323F5D: hue angle of 221.86º 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 #323F5D is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 63 | 93 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.64 |
| HSL | 221.86º | 0.3% | 0.28% | - |
| HSV(B) | 221.86º | 0.46% | 0.36% | - |
| XYZ | 5.07 | 5.02 | 11.06 | - |
| YUV | 62.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 93 | 0.46 | 0.32 | 0 | 0.64 | 221.86 | 0.3 | 0.28 |
| Hex | 32 | 3F | 5D | 2E | 20 | 0 | 40 | DE | 1E | 1C |
| Octal | 62 | 77 | 135 | 56 | 40 | 0 | 100 | 336 | 36 | 34 |
| Binary | 110010 | 111111 | 1011101 | 101110 | 100000 | 0 | 1000000 | 11011110 | 11110 | 11100 |
Color Harmonies of #323F5D
Complementary color
Monochromatic Colors of #323F5D
Black with #323F5D
Text Example
Text Example
White with #323F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F5D; }
p { color: rgb(50,63,93); }
H1.HeaderClassName
{
color: #323F5D;
}
.AnyTagClassName
{
color: #323F5D;
}
</style>
background-color css
<style>
a { background-color: #323F5D; }
a { background-color: rgb(50,63,93); }
div.DivClassName
{
background-color: #323F5D;
}
.BgClassName
{
background-color: #323F5D;
}
</style>
border-color css
<style>
span { border-color: #323F5D; }
span { border-color: rgb(50,63,93); }
td.TdClassName
{
border-color: #323F5D;
}
.TagClassName
{
border-color: #323F5D;
}
</style>