Shades of Gulf Blue #323A58
Tints of Gulf Blue #323A58
RGB
CMYK
RGB Variations
Color information
#323A58 (or 0x323A58) is known color: Gulf Blue. HEX triplet: 32, 3A and 58. RGB value is (50,58,88). Sum of RGB (Red+Green+Blue) = 50+58+88=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #323A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A58 is #CDC5A7. Grayscale: #3A3A3A. Windows color (decimal): -13485480 or 5782066. OLE color: 5782066.
HSL color Cylindrical-coordinate representation of color #323A58: hue angle of 227.37º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #323A58 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 58 | 88 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.65 |
| HSL | 227.37º | 0.28% | 0.27% | - |
| HSV(B) | 227.37º | 0.43% | 0.35% | - |
| XYZ | 4.59 | 4.41 | 9.84 | - |
| YUV | 59.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 88 | 0.43 | 0.34 | 0 | 0.65 | 227.37 | 0.28 | 0.27 |
| Hex | 32 | 3A | 58 | 2B | 22 | 0 | 41 | E3 | 1C | 1B |
| Octal | 62 | 72 | 130 | 53 | 42 | 0 | 101 | 343 | 34 | 33 |
| Binary | 110010 | 111010 | 1011000 | 101011 | 100010 | 0 | 1000001 | 11100011 | 11100 | 11011 |
Color Harmonies of #323A58
Complementary color
Monochromatic Colors of #323A58
Black with #323A58
Text Example
Text Example
White with #323A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A58; }
p { color: rgb(50,58,88); }
H1.HeaderClassName
{
color: #323A58;
}
.AnyTagClassName
{
color: #323A58;
}
</style>
background-color css
<style>
a { background-color: #323A58; }
a { background-color: rgb(50,58,88); }
div.DivClassName
{
background-color: #323A58;
}
.BgClassName
{
background-color: #323A58;
}
</style>
border-color css
<style>
span { border-color: #323A58; }
span { border-color: rgb(50,58,88); }
td.TdClassName
{
border-color: #323A58;
}
.TagClassName
{
border-color: #323A58;
}
</style>