Shades of Gulf Blue #323A5C
Tints of Gulf Blue #323A5C
RGB
CMYK
RGB Variations
Color information
#323A5C (or 0x323A5C) is known color: Gulf Blue. HEX triplet: 32, 3A and 5C. RGB value is (50,58,92). Sum of RGB (Red+Green+Blue) = 50+58+92=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 92 - color contains mainly: blue. Hex color #323A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A5C is #CDC5A3. Grayscale: #3B3B3B. Windows color (decimal): -13485476 or 6044210. OLE color: 6044210.
HSL color Cylindrical-coordinate representation of color #323A5C: hue angle of 228.57º 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 #323A5C is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 58 | 92 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.64 |
| HSL | 228.57º | 0.3% | 0.28% | - |
| HSV(B) | 228.57º | 0.46% | 0.36% | - |
| XYZ | 4.76 | 4.48 | 10.74 | - |
| YUV | 59.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 92 | 0.46 | 0.37 | 0 | 0.64 | 228.57 | 0.3 | 0.28 |
| Hex | 32 | 3A | 5C | 2E | 25 | 0 | 40 | E5 | 1E | 1C |
| Octal | 62 | 72 | 134 | 56 | 45 | 0 | 100 | 345 | 36 | 34 |
| Binary | 110010 | 111010 | 1011100 | 101110 | 100101 | 0 | 1000000 | 11100101 | 11110 | 11100 |
Color Harmonies of #323A5C
Complementary color
Monochromatic Colors of #323A5C
Black with #323A5C
Text Example
Text Example
White with #323A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A5C; }
p { color: rgb(50,58,92); }
H1.HeaderClassName
{
color: #323A5C;
}
.AnyTagClassName
{
color: #323A5C;
}
</style>
background-color css
<style>
a { background-color: #323A5C; }
a { background-color: rgb(50,58,92); }
div.DivClassName
{
background-color: #323A5C;
}
.BgClassName
{
background-color: #323A5C;
}
</style>
border-color css
<style>
span { border-color: #323A5C; }
span { border-color: rgb(50,58,92); }
td.TdClassName
{
border-color: #323A5C;
}
.TagClassName
{
border-color: #323A5C;
}
</style>