Shades of Gulf Blue #323F5C
Tints of Gulf Blue #323F5C
RGB
CMYK
RGB Variations
Color information
#323F5C (or 0x323F5C) is known color: Gulf Blue. HEX triplet: 32, 3F and 5C. RGB value is (50,63,92). Sum of RGB (Red+Green+Blue) = 50+63+92=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #323F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323F5C is #CDC0A3. Grayscale: #3E3E3E. Windows color (decimal): -13484196 or 6045490. OLE color: 6045490.
HSL color Cylindrical-coordinate representation of color #323F5C: hue angle of 221.43º 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 #323F5C is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 63 | 92 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.64 |
| HSL | 221.43º | 0.3% | 0.28% | - |
| HSV(B) | 221.43º | 0.46% | 0.36% | - |
| XYZ | 5.02 | 5.01 | 10.83 | - |
| YUV | 62.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 92 | 0.46 | 0.32 | 0 | 0.64 | 221.43 | 0.3 | 0.28 |
| Hex | 32 | 3F | 5C | 2E | 20 | 0 | 40 | DD | 1E | 1C |
| Octal | 62 | 77 | 134 | 56 | 40 | 0 | 100 | 335 | 36 | 34 |
| Binary | 110010 | 111111 | 1011100 | 101110 | 100000 | 0 | 1000000 | 11011101 | 11110 | 11100 |
Color Harmonies of #323F5C
Complementary color
Monochromatic Colors of #323F5C
Black with #323F5C
Text Example
Text Example
White with #323F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F5C; }
p { color: rgb(50,63,92); }
H1.HeaderClassName
{
color: #323F5C;
}
.AnyTagClassName
{
color: #323F5C;
}
</style>
background-color css
<style>
a { background-color: #323F5C; }
a { background-color: rgb(50,63,92); }
div.DivClassName
{
background-color: #323F5C;
}
.BgClassName
{
background-color: #323F5C;
}
</style>
border-color css
<style>
span { border-color: #323F5C; }
span { border-color: rgb(50,63,92); }
td.TdClassName
{
border-color: #323F5C;
}
.TagClassName
{
border-color: #323F5C;
}
</style>