Shades of Gulf Blue #323E61
Tints of Gulf Blue #323E61
RGB
CMYK
RGB Variations
Color information
#323E61 (or 0x323E61) is known color: Gulf Blue. HEX triplet: 32, 3E and 61. RGB value is (50,62,97). Sum of RGB (Red+Green+Blue) = 50+62+97=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #323E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323E61 is #CDC19E. Grayscale: #3E3E3E. Windows color (decimal): -13484447 or 6372914. OLE color: 6372914.
HSL color Cylindrical-coordinate representation of color #323E61: hue angle of 224.68º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #323E61 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 62 | 97 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.62 |
| HSL | 224.68º | 0.32% | 0.29% | - |
| HSV(B) | 224.68º | 0.48% | 0.38% | - |
| XYZ | 5.2 | 4.99 | 12 | - |
| YUV | 62.4 | 147.52 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 97 | 0.48 | 0.36 | 0 | 0.62 | 224.68 | 0.32 | 0.29 |
| Hex | 32 | 3E | 61 | 30 | 24 | 0 | 3E | E1 | 20 | 1D |
| Octal | 62 | 76 | 141 | 60 | 44 | 0 | 76 | 341 | 40 | 35 |
| Binary | 110010 | 111110 | 1100001 | 110000 | 100100 | 0 | 111110 | 11100001 | 100000 | 11101 |
Color Harmonies of #323E61
Complementary color
Monochromatic Colors of #323E61
Black with #323E61
Text Example
Text Example
White with #323E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323E61; }
p { color: rgb(50,62,97); }
H1.HeaderClassName
{
color: #323E61;
}
.AnyTagClassName
{
color: #323E61;
}
</style>
background-color css
<style>
a { background-color: #323E61; }
a { background-color: rgb(50,62,97); }
div.DivClassName
{
background-color: #323E61;
}
.BgClassName
{
background-color: #323E61;
}
</style>
border-color css
<style>
span { border-color: #323E61; }
span { border-color: rgb(50,62,97); }
td.TdClassName
{
border-color: #323E61;
}
.TagClassName
{
border-color: #323E61;
}
</style>