Shades of Gulf Blue #323A5B
Tints of Gulf Blue #323A5B
RGB
CMYK
RGB Variations
Color information
#323A5B (or 0x323A5B) is known color: Gulf Blue. HEX triplet: 32, 3A and 5B. RGB value is (50,58,91). Sum of RGB (Red+Green+Blue) = 50+58+91=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #323A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A5B is #CDC5A4. Grayscale: #3B3B3B. Windows color (decimal): -13485477 or 5978674. OLE color: 5978674.
HSL color Cylindrical-coordinate representation of color #323A5B: hue angle of 228.29º 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 #323A5B is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 58 | 91 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.64 |
| HSL | 228.29º | 0.29% | 0.28% | - |
| HSV(B) | 228.29º | 0.45% | 0.36% | - |
| XYZ | 4.72 | 4.46 | 10.51 | - |
| YUV | 59.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 91 | 0.45 | 0.36 | 0 | 0.64 | 228.29 | 0.29 | 0.28 |
| Hex | 32 | 3A | 5B | 2D | 24 | 0 | 40 | E4 | 1D | 1C |
| Octal | 62 | 72 | 133 | 55 | 44 | 0 | 100 | 344 | 35 | 34 |
| Binary | 110010 | 111010 | 1011011 | 101101 | 100100 | 0 | 1000000 | 11100100 | 11101 | 11100 |
Color Harmonies of #323A5B
Complementary color
Monochromatic Colors of #323A5B
Black with #323A5B
Text Example
Text Example
White with #323A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A5B; }
p { color: rgb(50,58,91); }
H1.HeaderClassName
{
color: #323A5B;
}
.AnyTagClassName
{
color: #323A5B;
}
</style>
background-color css
<style>
a { background-color: #323A5B; }
a { background-color: rgb(50,58,91); }
div.DivClassName
{
background-color: #323A5B;
}
.BgClassName
{
background-color: #323A5B;
}
</style>
border-color css
<style>
span { border-color: #323A5B; }
span { border-color: rgb(50,58,91); }
td.TdClassName
{
border-color: #323A5B;
}
.TagClassName
{
border-color: #323A5B;
}
</style>