Shades of Gulf Blue #323C5C
Tints of Gulf Blue #323C5C
RGB
CMYK
RGB Variations
Color information
#323C5C (or 0x323C5C) is known color: Gulf Blue. HEX triplet: 32, 3C and 5C. RGB value is (50,60,92). Sum of RGB (Red+Green+Blue) = 50+60+92=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 60 (23.83% from 255 or 29.70% from 202); Blue value is 92 (36.33% from 255 or 45.54% from 202); Max value from RGB is 92 - color contains mainly: blue. Hex color #323C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323C5C is #CDC3A3. Grayscale: #3C3C3C. Windows color (decimal): -13484964 or 6044722. OLE color: 6044722.
HSL color Cylindrical-coordinate representation of color #323C5C: hue angle of 225.71º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #323C5C is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 60 | 92 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.64 |
| HSL | 225.71º | 0.3% | 0.28% | - |
| HSV(B) | 225.71º | 0.46% | 0.36% | - |
| XYZ | 4.86 | 4.68 | 10.77 | - |
| YUV | 60.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 92 | 0.46 | 0.35 | 0 | 0.64 | 225.71 | 0.3 | 0.28 |
| Hex | 32 | 3C | 5C | 2E | 23 | 0 | 40 | E2 | 1E | 1C |
| Octal | 62 | 74 | 134 | 56 | 43 | 0 | 100 | 342 | 36 | 34 |
| Binary | 110010 | 111100 | 1011100 | 101110 | 100011 | 0 | 1000000 | 11100010 | 11110 | 11100 |
Color Harmonies of #323C5C
Complementary color
Monochromatic Colors of #323C5C
Black with #323C5C
Text Example
Text Example
White with #323C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C5C; }
p { color: rgb(50,60,92); }
H1.HeaderClassName
{
color: #323C5C;
}
.AnyTagClassName
{
color: #323C5C;
}
</style>
background-color css
<style>
a { background-color: #323C5C; }
a { background-color: rgb(50,60,92); }
div.DivClassName
{
background-color: #323C5C;
}
.BgClassName
{
background-color: #323C5C;
}
</style>
border-color css
<style>
span { border-color: #323C5C; }
span { border-color: rgb(50,60,92); }
td.TdClassName
{
border-color: #323C5C;
}
.TagClassName
{
border-color: #323C5C;
}
</style>