Shades of Gulf Blue #323A5A
Tints of Gulf Blue #323A5A
RGB
CMYK
RGB Variations
Color information
#323A5A (or 0x323A5A) is known color: Gulf Blue. HEX triplet: 32, 3A and 5A. RGB value is (50,58,90). Sum of RGB (Red+Green+Blue) = 50+58+90=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #323A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A5A is #CDC5A5. Grayscale: #3B3B3B. Windows color (decimal): -13485478 or 5913138. OLE color: 5913138.
HSL color Cylindrical-coordinate representation of color #323A5A: hue angle of 228º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #323A5A is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 58 | 90 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.65 |
| HSL | 228º | 0.29% | 0.27% | - |
| HSV(B) | 228º | 0.44% | 0.35% | - |
| XYZ | 4.67 | 4.44 | 10.28 | - |
| YUV | 59.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 90 | 0.44 | 0.36 | 0 | 0.65 | 228 | 0.29 | 0.27 |
| Hex | 32 | 3A | 5A | 2C | 24 | 0 | 41 | E4 | 1D | 1B |
| Octal | 62 | 72 | 132 | 54 | 44 | 0 | 101 | 344 | 35 | 33 |
| Binary | 110010 | 111010 | 1011010 | 101100 | 100100 | 0 | 1000001 | 11100100 | 11101 | 11011 |
Color Harmonies of #323A5A
Complementary color
Monochromatic Colors of #323A5A
Black with #323A5A
Text Example
Text Example
White with #323A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A5A; }
p { color: rgb(50,58,90); }
H1.HeaderClassName
{
color: #323A5A;
}
.AnyTagClassName
{
color: #323A5A;
}
</style>
background-color css
<style>
a { background-color: #323A5A; }
a { background-color: rgb(50,58,90); }
div.DivClassName
{
background-color: #323A5A;
}
.BgClassName
{
background-color: #323A5A;
}
</style>
border-color css
<style>
span { border-color: #323A5A; }
span { border-color: rgb(50,58,90); }
td.TdClassName
{
border-color: #323A5A;
}
.TagClassName
{
border-color: #323A5A;
}
</style>