Shades of Gulf Blue #323F5B
Tints of Gulf Blue #323F5B
RGB
CMYK
RGB Variations
Color information
#323F5B (or 0x323F5B) is known color: Gulf Blue. HEX triplet: 32, 3F and 5B. RGB value is (50,63,91). Sum of RGB (Red+Green+Blue) = 50+63+91=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #323F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F5B is #CDC0A4. Grayscale: #3E3E3E. Windows color (decimal): -13484197 or 5979954. OLE color: 5979954.
HSL color Cylindrical-coordinate representation of color #323F5B: hue angle of 220.98º 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 #323F5B is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 63 | 91 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.64 |
| HSL | 220.98º | 0.29% | 0.28% | - |
| HSV(B) | 220.98º | 0.45% | 0.36% | - |
| XYZ | 4.98 | 4.99 | 10.6 | - |
| YUV | 62.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 91 | 0.45 | 0.31 | 0 | 0.64 | 220.98 | 0.29 | 0.28 |
| Hex | 32 | 3F | 5B | 2D | 1F | 0 | 40 | DD | 1D | 1C |
| Octal | 62 | 77 | 133 | 55 | 37 | 0 | 100 | 335 | 35 | 34 |
| Binary | 110010 | 111111 | 1011011 | 101101 | 11111 | 0 | 1000000 | 11011101 | 11101 | 11100 |
Color Harmonies of #323F5B
Complementary color
Monochromatic Colors of #323F5B
Black with #323F5B
Text Example
Text Example
White with #323F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F5B; }
p { color: rgb(50,63,91); }
H1.HeaderClassName
{
color: #323F5B;
}
.AnyTagClassName
{
color: #323F5B;
}
</style>
background-color css
<style>
a { background-color: #323F5B; }
a { background-color: rgb(50,63,91); }
div.DivClassName
{
background-color: #323F5B;
}
.BgClassName
{
background-color: #323F5B;
}
</style>
border-color css
<style>
span { border-color: #323F5B; }
span { border-color: rgb(50,63,91); }
td.TdClassName
{
border-color: #323F5B;
}
.TagClassName
{
border-color: #323F5B;
}
</style>