Shades of Gulf Blue #353952
Tints of Gulf Blue #353952
RGB
CMYK
RGB Variations
Color information
#353952 (or 0x353952) is known color: Gulf Blue. HEX triplet: 35, 39 and 52. RGB value is (53,57,82). Sum of RGB (Red+Green+Blue) = 53+57+82=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #353952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353952 is #CAC6AD. Grayscale: #3A3A3A. Windows color (decimal): -13289134 or 5388597. OLE color: 5388597.
HSL color Cylindrical-coordinate representation of color #353952: hue angle of 231.72º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353952 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 53 | 57 | 82 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.68 |
| HSL | 231.72º | 0.21% | 0.26% | - |
| HSV(B) | 231.72º | 0.35% | 0.32% | - |
| XYZ | 4.45 | 4.29 | 8.58 | - |
| YUV | 58.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 82 | 0.35 | 0.30 | 0 | 0.68 | 231.72 | 0.21 | 0.26 |
| Hex | 35 | 39 | 52 | 23 | 1E | 0 | 44 | E8 | 15 | 1A |
| Octal | 65 | 71 | 122 | 43 | 36 | 0 | 104 | 350 | 25 | 32 |
| Binary | 110101 | 111001 | 1010010 | 100011 | 11110 | 0 | 1000100 | 11101000 | 10101 | 11010 |
Color Harmonies of #353952
Complementary color
Monochromatic Colors of #353952
Black with #353952
Text Example
Text Example
White with #353952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353952; }
p { color: rgb(53,57,82); }
H1.HeaderClassName
{
color: #353952;
}
.AnyTagClassName
{
color: #353952;
}
</style>
background-color css
<style>
a { background-color: #353952; }
a { background-color: rgb(53,57,82); }
div.DivClassName
{
background-color: #353952;
}
.BgClassName
{
background-color: #353952;
}
</style>
border-color css
<style>
span { border-color: #353952; }
span { border-color: rgb(53,57,82); }
td.TdClassName
{
border-color: #353952;
}
.TagClassName
{
border-color: #353952;
}
</style>