Shades of Gulf Blue #353E58
Tints of Gulf Blue #353E58
RGB
CMYK
RGB Variations
Color information
#353E58 (or 0x353E58) is known color: Gulf Blue. HEX triplet: 35, 3E and 58. RGB value is (53,62,88). Sum of RGB (Red+Green+Blue) = 53+62+88=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #353E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E58 is #CAC1A7. Grayscale: #3E3E3E. Windows color (decimal): -13287848 or 5783093. OLE color: 5783093.
HSL color Cylindrical-coordinate representation of color #353E58: hue angle of 224.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #353E58 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 62 | 88 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.65 |
| HSL | 224.57º | 0.25% | 0.28% | - |
| HSV(B) | 224.57º | 0.4% | 0.35% | - |
| XYZ | 4.95 | 4.91 | 9.92 | - |
| YUV | 62.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 88 | 0.40 | 0.30 | 0 | 0.65 | 224.57 | 0.25 | 0.28 |
| Hex | 35 | 3E | 58 | 28 | 1E | 0 | 41 | E1 | 19 | 1C |
| Octal | 65 | 76 | 130 | 50 | 36 | 0 | 101 | 341 | 31 | 34 |
| Binary | 110101 | 111110 | 1011000 | 101000 | 11110 | 0 | 1000001 | 11100001 | 11001 | 11100 |
Color Harmonies of #353E58
Complementary color
Monochromatic Colors of #353E58
Black with #353E58
Text Example
Text Example
White with #353E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E58; }
p { color: rgb(53,62,88); }
H1.HeaderClassName
{
color: #353E58;
}
.AnyTagClassName
{
color: #353E58;
}
</style>
background-color css
<style>
a { background-color: #353E58; }
a { background-color: rgb(53,62,88); }
div.DivClassName
{
background-color: #353E58;
}
.BgClassName
{
background-color: #353E58;
}
</style>
border-color css
<style>
span { border-color: #353E58; }
span { border-color: rgb(53,62,88); }
td.TdClassName
{
border-color: #353E58;
}
.TagClassName
{
border-color: #353E58;
}
</style>