Shades of Gulf Blue #323C56
Tints of Gulf Blue #323C56
RGB
CMYK
RGB Variations
Color information
#323C56 (or 0x323C56) is known color: Gulf Blue. HEX triplet: 32, 3C and 56. RGB value is (50,60,86). Sum of RGB (Red+Green+Blue) = 50+60+86=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #323C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C56 is #CDC3A9. Grayscale: #3B3B3B. Windows color (decimal): -13484970 or 5651506. OLE color: 5651506.
HSL color Cylindrical-coordinate representation of color #323C56: hue angle of 223.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #323C56 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 60 | 86 | - |
| CMYK | 0.42 | 0.30 | 0 | 0.66 |
| HSL | 223.33º | 0.26% | 0.27% | - |
| HSV(B) | 223.33º | 0.42% | 0.34% | - |
| XYZ | 4.61 | 4.58 | 9.45 | - |
| YUV | 59.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 86 | 0.42 | 0.30 | 0 | 0.66 | 223.33 | 0.26 | 0.27 |
| Hex | 32 | 3C | 56 | 2A | 1E | 0 | 42 | DF | 1A | 1B |
| Octal | 62 | 74 | 126 | 52 | 36 | 0 | 102 | 337 | 32 | 33 |
| Binary | 110010 | 111100 | 1010110 | 101010 | 11110 | 0 | 1000010 | 11011111 | 11010 | 11011 |
Color Harmonies of #323C56
Complementary color
Monochromatic Colors of #323C56
Black with #323C56
Text Example
Text Example
White with #323C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C56; }
p { color: rgb(50,60,86); }
H1.HeaderClassName
{
color: #323C56;
}
.AnyTagClassName
{
color: #323C56;
}
</style>
background-color css
<style>
a { background-color: #323C56; }
a { background-color: rgb(50,60,86); }
div.DivClassName
{
background-color: #323C56;
}
.BgClassName
{
background-color: #323C56;
}
</style>
border-color css
<style>
span { border-color: #323C56; }
span { border-color: rgb(50,60,86); }
td.TdClassName
{
border-color: #323C56;
}
.TagClassName
{
border-color: #323C56;
}
</style>