Shades of Gulf Blue #323D5D
Tints of Gulf Blue #323D5D
RGB
CMYK
RGB Variations
Color information
#323D5D (or 0x323D5D) is known color: Gulf Blue. HEX triplet: 32, 3D and 5D. RGB value is (50,61,93). Sum of RGB (Red+Green+Blue) = 50+61+93=204 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.51% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #323D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323D5D is #CDC2A2. Grayscale: #3D3D3D. Windows color (decimal): -13484707 or 6110514. OLE color: 6110514.
HSL color Cylindrical-coordinate representation of color #323D5D: hue angle of 224.65º 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 #323D5D is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 50 | 61 | 93 | - |
| CMYK | 0.46 | 0.34 | 0 | 0.64 |
| HSL | 224.65º | 0.3% | 0.28% | - |
| HSV(B) | 224.65º | 0.46% | 0.36% | - |
| XYZ | 4.96 | 4.81 | 11.02 | - |
| YUV | 61.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 93 | 0.46 | 0.34 | 0 | 0.64 | 224.65 | 0.3 | 0.28 |
| Hex | 32 | 3D | 5D | 2E | 22 | 0 | 40 | E1 | 1E | 1C |
| Octal | 62 | 75 | 135 | 56 | 42 | 0 | 100 | 341 | 36 | 34 |
| Binary | 110010 | 111101 | 1011101 | 101110 | 100010 | 0 | 1000000 | 11100001 | 11110 | 11100 |
Color Harmonies of #323D5D
Complementary color
Monochromatic Colors of #323D5D
Black with #323D5D
Text Example
Text Example
White with #323D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D5D; }
p { color: rgb(50,61,93); }
H1.HeaderClassName
{
color: #323D5D;
}
.AnyTagClassName
{
color: #323D5D;
}
</style>
background-color css
<style>
a { background-color: #323D5D; }
a { background-color: rgb(50,61,93); }
div.DivClassName
{
background-color: #323D5D;
}
.BgClassName
{
background-color: #323D5D;
}
</style>
border-color css
<style>
span { border-color: #323D5D; }
span { border-color: rgb(50,61,93); }
td.TdClassName
{
border-color: #323D5D;
}
.TagClassName
{
border-color: #323D5D;
}
</style>