Shades of Gulf Blue #353E57
Tints of Gulf Blue #353E57
RGB
CMYK
RGB Variations
Color information
#353E57 (or 0x353E57) is known color: Gulf Blue. HEX triplet: 35, 3E and 57. RGB value is (53,62,87). Sum of RGB (Red+Green+Blue) = 53+62+87=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #353E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E57 is #CAC1A8. Grayscale: #3E3E3E. Windows color (decimal): -13287849 or 5717557. OLE color: 5717557.
HSL color Cylindrical-coordinate representation of color #353E57: hue angle of 224.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #353E57 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 62 | 87 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.66 |
| HSL | 224.12º | 0.24% | 0.27% | - |
| HSV(B) | 224.12º | 0.39% | 0.34% | - |
| XYZ | 4.91 | 4.89 | 9.7 | - |
| YUV | 62.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 87 | 0.39 | 0.29 | 0 | 0.66 | 224.12 | 0.24 | 0.27 |
| Hex | 35 | 3E | 57 | 27 | 1D | 0 | 42 | E0 | 18 | 1B |
| Octal | 65 | 76 | 127 | 47 | 35 | 0 | 102 | 340 | 30 | 33 |
| Binary | 110101 | 111110 | 1010111 | 100111 | 11101 | 0 | 1000010 | 11100000 | 11000 | 11011 |
Color Harmonies of #353E57
Complementary color
Monochromatic Colors of #353E57
Black with #353E57
Text Example
Text Example
White with #353E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E57; }
p { color: rgb(53,62,87); }
H1.HeaderClassName
{
color: #353E57;
}
.AnyTagClassName
{
color: #353E57;
}
</style>
background-color css
<style>
a { background-color: #353E57; }
a { background-color: rgb(53,62,87); }
div.DivClassName
{
background-color: #353E57;
}
.BgClassName
{
background-color: #353E57;
}
</style>
border-color css
<style>
span { border-color: #353E57; }
span { border-color: rgb(53,62,87); }
td.TdClassName
{
border-color: #353E57;
}
.TagClassName
{
border-color: #353E57;
}
</style>