Shades of Gulf Blue #323F5E
Tints of Gulf Blue #323F5E
RGB
CMYK
RGB Variations
Color information
#323F5E (or 0x323F5E) is known color: Gulf Blue. HEX triplet: 32, 3F and 5E. RGB value is (50,63,94). Sum of RGB (Red+Green+Blue) = 50+63+94=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #323F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F5E is #CDC0A1. Grayscale: #3E3E3E. Windows color (decimal): -13484194 or 6176562. OLE color: 6176562.
HSL color Cylindrical-coordinate representation of color #323F5E: hue angle of 222.27º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #323F5E is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 63 | 94 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.63 |
| HSL | 222.27º | 0.31% | 0.28% | - |
| HSV(B) | 222.27º | 0.47% | 0.37% | - |
| XYZ | 5.11 | 5.04 | 11.29 | - |
| YUV | 62.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 94 | 0.47 | 0.33 | 0 | 0.63 | 222.27 | 0.31 | 0.28 |
| Hex | 32 | 3F | 5E | 2F | 21 | 0 | 3F | DE | 1F | 1C |
| Octal | 62 | 77 | 136 | 57 | 41 | 0 | 77 | 336 | 37 | 34 |
| Binary | 110010 | 111111 | 1011110 | 101111 | 100001 | 0 | 111111 | 11011110 | 11111 | 11100 |
Color Harmonies of #323F5E
Complementary color
Monochromatic Colors of #323F5E
Black with #323F5E
Text Example
Text Example
White with #323F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F5E; }
p { color: rgb(50,63,94); }
H1.HeaderClassName
{
color: #323F5E;
}
.AnyTagClassName
{
color: #323F5E;
}
</style>
background-color css
<style>
a { background-color: #323F5E; }
a { background-color: rgb(50,63,94); }
div.DivClassName
{
background-color: #323F5E;
}
.BgClassName
{
background-color: #323F5E;
}
</style>
border-color css
<style>
span { border-color: #323F5E; }
span { border-color: rgb(50,63,94); }
td.TdClassName
{
border-color: #323F5E;
}
.TagClassName
{
border-color: #323F5E;
}
</style>