Shades of Gulf Blue #353950
Tints of Gulf Blue #353950
RGB
CMYK
RGB Variations
Color information
#353950 (or 0x353950) is known color: Gulf Blue. HEX triplet: 35, 39 and 50. RGB value is (53,57,80). Sum of RGB (Red+Green+Blue) = 53+57+80=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #353950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353950 is #CAC6AF. Grayscale: #3A3A3A. Windows color (decimal): -13289136 or 5257525. OLE color: 5257525.
HSL color Cylindrical-coordinate representation of color #353950: hue angle of 231.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #353950 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 57 | 80 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.69 |
| HSL | 231.11º | 0.2% | 0.26% | - |
| HSV(B) | 231.11º | 0.34% | 0.31% | - |
| XYZ | 4.38 | 4.26 | 8.18 | - |
| YUV | 58.43 | 140.17 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 80 | 0.34 | 0.29 | 0 | 0.69 | 231.11 | 0.2 | 0.26 |
| Hex | 35 | 39 | 50 | 22 | 1D | 0 | 45 | E7 | 14 | 1A |
| Octal | 65 | 71 | 120 | 42 | 35 | 0 | 105 | 347 | 24 | 32 |
| Binary | 110101 | 111001 | 1010000 | 100010 | 11101 | 0 | 1000101 | 11100111 | 10100 | 11010 |
Color Harmonies of #353950
Complementary color
Monochromatic Colors of #353950
Black with #353950
Text Example
Text Example
White with #353950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353950; }
p { color: rgb(53,57,80); }
H1.HeaderClassName
{
color: #353950;
}
.AnyTagClassName
{
color: #353950;
}
</style>
background-color css
<style>
a { background-color: #353950; }
a { background-color: rgb(53,57,80); }
div.DivClassName
{
background-color: #353950;
}
.BgClassName
{
background-color: #353950;
}
</style>
border-color css
<style>
span { border-color: #353950; }
span { border-color: rgb(53,57,80); }
td.TdClassName
{
border-color: #353950;
}
.TagClassName
{
border-color: #353950;
}
</style>