Shades of Gulf Blue #323A55
Tints of Gulf Blue #323A55
RGB
CMYK
RGB Variations
Color information
#323A55 (or 0x323A55) is known color: Gulf Blue. HEX triplet: 32, 3A and 55. RGB value is (50,58,85). Sum of RGB (Red+Green+Blue) = 50+58+85=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #323A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A55 is #CDC5AA. Grayscale: #3A3A3A. Windows color (decimal): -13485483 or 5585458. OLE color: 5585458.
HSL color Cylindrical-coordinate representation of color #323A55: hue angle of 226.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #323A55 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 58 | 85 | - |
| CMYK | 0.41 | 0.32 | 0 | 0.67 |
| HSL | 226.29º | 0.26% | 0.26% | - |
| HSV(B) | 226.29º | 0.41% | 0.33% | - |
| XYZ | 4.47 | 4.36 | 9.2 | - |
| YUV | 58.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 85 | 0.41 | 0.32 | 0 | 0.67 | 226.29 | 0.26 | 0.26 |
| Hex | 32 | 3A | 55 | 29 | 20 | 0 | 43 | E2 | 1A | 1A |
| Octal | 62 | 72 | 125 | 51 | 40 | 0 | 103 | 342 | 32 | 32 |
| Binary | 110010 | 111010 | 1010101 | 101001 | 100000 | 0 | 1000011 | 11100010 | 11010 | 11010 |
Color Harmonies of #323A55
Complementary color
Monochromatic Colors of #323A55
Black with #323A55
Text Example
Text Example
White with #323A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A55; }
p { color: rgb(50,58,85); }
H1.HeaderClassName
{
color: #323A55;
}
.AnyTagClassName
{
color: #323A55;
}
</style>
background-color css
<style>
a { background-color: #323A55; }
a { background-color: rgb(50,58,85); }
div.DivClassName
{
background-color: #323A55;
}
.BgClassName
{
background-color: #323A55;
}
</style>
border-color css
<style>
span { border-color: #323A55; }
span { border-color: rgb(50,58,85); }
td.TdClassName
{
border-color: #323A55;
}
.TagClassName
{
border-color: #323A55;
}
</style>