Shades of Gulf Blue #353E55
Tints of Gulf Blue #353E55
RGB
CMYK
RGB Variations
Color information
#353E55 (or 0x353E55) is known color: Gulf Blue. HEX triplet: 35, 3E and 55. RGB value is (53,62,85). Sum of RGB (Red+Green+Blue) = 53+62+85=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 62 (24.61% from 255 or 31% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #353E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E55 is #CAC1AA. Grayscale: #3D3D3D. Windows color (decimal): -13287851 or 5586485. OLE color: 5586485.
HSL color Cylindrical-coordinate representation of color #353E55: hue angle of 223.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #353E55 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 62 | 85 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.67 |
| HSL | 223.13º | 0.23% | 0.27% | - |
| HSV(B) | 223.13º | 0.38% | 0.33% | - |
| XYZ | 4.83 | 4.86 | 9.28 | - |
| YUV | 61.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 85 | 0.38 | 0.27 | 0 | 0.67 | 223.13 | 0.23 | 0.27 |
| Hex | 35 | 3E | 55 | 26 | 1B | 0 | 43 | DF | 17 | 1B |
| Octal | 65 | 76 | 125 | 46 | 33 | 0 | 103 | 337 | 27 | 33 |
| Binary | 110101 | 111110 | 1010101 | 100110 | 11011 | 0 | 1000011 | 11011111 | 10111 | 11011 |
Color Harmonies of #353E55
Complementary color
Monochromatic Colors of #353E55
Black with #353E55
Text Example
Text Example
White with #353E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E55; }
p { color: rgb(53,62,85); }
H1.HeaderClassName
{
color: #353E55;
}
.AnyTagClassName
{
color: #353E55;
}
</style>
background-color css
<style>
a { background-color: #353E55; }
a { background-color: rgb(53,62,85); }
div.DivClassName
{
background-color: #353E55;
}
.BgClassName
{
background-color: #353E55;
}
</style>
border-color css
<style>
span { border-color: #353E55; }
span { border-color: rgb(53,62,85); }
td.TdClassName
{
border-color: #353E55;
}
.TagClassName
{
border-color: #353E55;
}
</style>