Shades of Gulf Blue #323E5B
Tints of Gulf Blue #323E5B
RGB
CMYK
RGB Variations
Color information
#323E5B (or 0x323E5B) is known color: Gulf Blue. HEX triplet: 32, 3E and 5B. RGB value is (50,62,91). Sum of RGB (Red+Green+Blue) = 50+62+91=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #323E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5B is #CDC1A4. Grayscale: #3D3D3D. Windows color (decimal): -13484453 or 5979698. OLE color: 5979698.
HSL color Cylindrical-coordinate representation of color #323E5B: hue angle of 222.44º 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 #323E5B is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 62 | 91 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.64 |
| HSL | 222.44º | 0.29% | 0.28% | - |
| HSV(B) | 222.44º | 0.45% | 0.36% | - |
| XYZ | 4.93 | 4.88 | 10.58 | - |
| YUV | 61.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 91 | 0.45 | 0.32 | 0 | 0.64 | 222.44 | 0.29 | 0.28 |
| Hex | 32 | 3E | 5B | 2D | 20 | 0 | 40 | DE | 1D | 1C |
| Octal | 62 | 76 | 133 | 55 | 40 | 0 | 100 | 336 | 35 | 34 |
| Binary | 110010 | 111110 | 1011011 | 101101 | 100000 | 0 | 1000000 | 11011110 | 11101 | 11100 |
Color Harmonies of #323E5B
Complementary color
Monochromatic Colors of #323E5B
Black with #323E5B
Text Example
Text Example
White with #323E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E5B; }
p { color: rgb(50,62,91); }
H1.HeaderClassName
{
color: #323E5B;
}
.AnyTagClassName
{
color: #323E5B;
}
</style>
background-color css
<style>
a { background-color: #323E5B; }
a { background-color: rgb(50,62,91); }
div.DivClassName
{
background-color: #323E5B;
}
.BgClassName
{
background-color: #323E5B;
}
</style>
border-color css
<style>
span { border-color: #323E5B; }
span { border-color: rgb(50,62,91); }
td.TdClassName
{
border-color: #323E5B;
}
.TagClassName
{
border-color: #323E5B;
}
</style>