Shades of Gulf Blue #323E5D
Tints of Gulf Blue #323E5D
RGB
CMYK
RGB Variations
Color information
#323E5D (or 0x323E5D) is known color: Gulf Blue. HEX triplet: 32, 3E and 5D. RGB value is (50,62,93). Sum of RGB (Red+Green+Blue) = 50+62+93=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #323E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5D is #CDC1A2. Grayscale: #3D3D3D. Windows color (decimal): -13484451 or 6110770. OLE color: 6110770.
HSL color Cylindrical-coordinate representation of color #323E5D: hue angle of 223.26º 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 #323E5D is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 62 | 93 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.64 |
| HSL | 223.26º | 0.3% | 0.28% | - |
| HSV(B) | 223.26º | 0.46% | 0.36% | - |
| XYZ | 5.01 | 4.91 | 11.04 | - |
| YUV | 61.95 | 145.52 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 93 | 0.46 | 0.33 | 0 | 0.64 | 223.26 | 0.3 | 0.28 |
| Hex | 32 | 3E | 5D | 2E | 21 | 0 | 40 | DF | 1E | 1C |
| Octal | 62 | 76 | 135 | 56 | 41 | 0 | 100 | 337 | 36 | 34 |
| Binary | 110010 | 111110 | 1011101 | 101110 | 100001 | 0 | 1000000 | 11011111 | 11110 | 11100 |
Color Harmonies of #323E5D
Complementary color
Monochromatic Colors of #323E5D
Black with #323E5D
Text Example
Text Example
White with #323E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E5D; }
p { color: rgb(50,62,93); }
H1.HeaderClassName
{
color: #323E5D;
}
.AnyTagClassName
{
color: #323E5D;
}
</style>
background-color css
<style>
a { background-color: #323E5D; }
a { background-color: rgb(50,62,93); }
div.DivClassName
{
background-color: #323E5D;
}
.BgClassName
{
background-color: #323E5D;
}
</style>
border-color css
<style>
span { border-color: #323E5D; }
span { border-color: rgb(50,62,93); }
td.TdClassName
{
border-color: #323E5D;
}
.TagClassName
{
border-color: #323E5D;
}
</style>