Shades of Gulf Blue #353F57
Tints of Gulf Blue #353F57
RGB
CMYK
RGB Variations
Color information
#353F57 (or 0x353F57) is known color: Gulf Blue. HEX triplet: 35, 3F and 57. RGB value is (53,63,87). Sum of RGB (Red+Green+Blue) = 53+63+87=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #353F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F57 is #CAC0A8. Grayscale: #3E3E3E. Windows color (decimal): -13287593 or 5717813. OLE color: 5717813.
HSL color Cylindrical-coordinate representation of color #353F57: hue angle of 222.35º 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 #353F57 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 53 | 63 | 87 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.66 |
| HSL | 222.35º | 0.24% | 0.27% | - |
| HSV(B) | 222.35º | 0.39% | 0.34% | - |
| XYZ | 4.97 | 5 | 9.72 | - |
| YUV | 62.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 87 | 0.39 | 0.28 | 0 | 0.66 | 222.35 | 0.24 | 0.27 |
| Hex | 35 | 3F | 57 | 27 | 1C | 0 | 42 | DE | 18 | 1B |
| Octal | 65 | 77 | 127 | 47 | 34 | 0 | 102 | 336 | 30 | 33 |
| Binary | 110101 | 111111 | 1010111 | 100111 | 11100 | 0 | 1000010 | 11011110 | 11000 | 11011 |
Color Harmonies of #353F57
Complementary color
Monochromatic Colors of #353F57
Black with #353F57
Text Example
Text Example
White with #353F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F57; }
p { color: rgb(53,63,87); }
H1.HeaderClassName
{
color: #353F57;
}
.AnyTagClassName
{
color: #353F57;
}
</style>
background-color css
<style>
a { background-color: #353F57; }
a { background-color: rgb(53,63,87); }
div.DivClassName
{
background-color: #353F57;
}
.BgClassName
{
background-color: #353F57;
}
</style>
border-color css
<style>
span { border-color: #353F57; }
span { border-color: rgb(53,63,87); }
td.TdClassName
{
border-color: #353F57;
}
.TagClassName
{
border-color: #353F57;
}
</style>