Shades of Gulf Blue #323C58
Tints of Gulf Blue #323C58
RGB
CMYK
RGB Variations
Color information
#323C58 (or 0x323C58) is known color: Gulf Blue. HEX triplet: 32, 3C and 58. RGB value is (50,60,88). Sum of RGB (Red+Green+Blue) = 50+60+88=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #323C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C58 is #CDC3A7. Grayscale: #3C3C3C. Windows color (decimal): -13484968 or 5782578. OLE color: 5782578.
HSL color Cylindrical-coordinate representation of color #323C58: hue angle of 224.21º 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 #323C58 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 60 | 88 | - |
| CMYK | 0.43 | 0.32 | 0 | 0.65 |
| HSL | 224.21º | 0.28% | 0.27% | - |
| HSV(B) | 224.21º | 0.43% | 0.35% | - |
| XYZ | 4.69 | 4.61 | 9.88 | - |
| YUV | 60.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 88 | 0.43 | 0.32 | 0 | 0.65 | 224.21 | 0.28 | 0.27 |
| Hex | 32 | 3C | 58 | 2B | 20 | 0 | 41 | E0 | 1C | 1B |
| Octal | 62 | 74 | 130 | 53 | 40 | 0 | 101 | 340 | 34 | 33 |
| Binary | 110010 | 111100 | 1011000 | 101011 | 100000 | 0 | 1000001 | 11100000 | 11100 | 11011 |
Color Harmonies of #323C58
Complementary color
Monochromatic Colors of #323C58
Black with #323C58
Text Example
Text Example
White with #323C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C58; }
p { color: rgb(50,60,88); }
H1.HeaderClassName
{
color: #323C58;
}
.AnyTagClassName
{
color: #323C58;
}
</style>
background-color css
<style>
a { background-color: #323C58; }
a { background-color: rgb(50,60,88); }
div.DivClassName
{
background-color: #323C58;
}
.BgClassName
{
background-color: #323C58;
}
</style>
border-color css
<style>
span { border-color: #323C58; }
span { border-color: rgb(50,60,88); }
td.TdClassName
{
border-color: #323C58;
}
.TagClassName
{
border-color: #323C58;
}
</style>