Shades of Gulf Blue #323E5C
Tints of Gulf Blue #323E5C
RGB
CMYK
RGB Variations
Color information
#323E5C (or 0x323E5C) is known color: Gulf Blue. HEX triplet: 32, 3E and 5C. RGB value is (50,62,92). Sum of RGB (Red+Green+Blue) = 50+62+92=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #323E5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E5C is #CDC1A3. Grayscale: #3D3D3D. Windows color (decimal): -13484452 or 6045234. OLE color: 6045234.
HSL color Cylindrical-coordinate representation of color #323E5C: hue angle of 222.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 #323E5C is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 62 | 92 | - |
| CMYK | 0.46 | 0.33 | 0 | 0.64 |
| HSL | 222.86º | 0.3% | 0.28% | - |
| HSV(B) | 222.86º | 0.46% | 0.36% | - |
| XYZ | 4.97 | 4.9 | 10.81 | - |
| YUV | 61.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 92 | 0.46 | 0.33 | 0 | 0.64 | 222.86 | 0.3 | 0.28 |
| Hex | 32 | 3E | 5C | 2E | 21 | 0 | 40 | DF | 1E | 1C |
| Octal | 62 | 76 | 134 | 56 | 41 | 0 | 100 | 337 | 36 | 34 |
| Binary | 110010 | 111110 | 1011100 | 101110 | 100001 | 0 | 1000000 | 11011111 | 11110 | 11100 |
Color Harmonies of #323E5C
Complementary color
Monochromatic Colors of #323E5C
Black with #323E5C
Text Example
Text Example
White with #323E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E5C; }
p { color: rgb(50,62,92); }
H1.HeaderClassName
{
color: #323E5C;
}
.AnyTagClassName
{
color: #323E5C;
}
</style>
background-color css
<style>
a { background-color: #323E5C; }
a { background-color: rgb(50,62,92); }
div.DivClassName
{
background-color: #323E5C;
}
.BgClassName
{
background-color: #323E5C;
}
</style>
border-color css
<style>
span { border-color: #323E5C; }
span { border-color: rgb(50,62,92); }
td.TdClassName
{
border-color: #323E5C;
}
.TagClassName
{
border-color: #323E5C;
}
</style>