Shades of Gulf Blue #353E5D
Tints of Gulf Blue #353E5D
RGB
CMYK
RGB Variations
Color information
#353E5D (or 0x353E5D) is known color: Gulf Blue. HEX triplet: 35, 3E and 5D. RGB value is (53,62,93). Sum of RGB (Red+Green+Blue) = 53+62+93=208 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.48% from 208); Green value is 62 (24.61% from 255 or 29.81% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #353E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353E5D is #CAC1A2. Grayscale: #3E3E3E. Windows color (decimal): -13287843 or 6110773. OLE color: 6110773.
HSL color Cylindrical-coordinate representation of color #353E5D: hue angle of 226.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #353E5D is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 62 | 93 | - |
| CMYK | 0.43 | 0.33 | 0 | 0.64 |
| HSL | 226.5º | 0.27% | 0.29% | - |
| HSV(B) | 226.5º | 0.43% | 0.36% | - |
| XYZ | 5.17 | 4.99 | 11.05 | - |
| YUV | 62.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 93 | 0.43 | 0.33 | 0 | 0.64 | 226.5 | 0.27 | 0.29 |
| Hex | 35 | 3E | 5D | 2B | 21 | 0 | 40 | E2 | 1B | 1D |
| Octal | 65 | 76 | 135 | 53 | 41 | 0 | 100 | 342 | 33 | 35 |
| Binary | 110101 | 111110 | 1011101 | 101011 | 100001 | 0 | 1000000 | 11100010 | 11011 | 11101 |
Color Harmonies of #353E5D
Complementary color
Monochromatic Colors of #353E5D
Black with #353E5D
Text Example
Text Example
White with #353E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E5D; }
p { color: rgb(53,62,93); }
H1.HeaderClassName
{
color: #353E5D;
}
.AnyTagClassName
{
color: #353E5D;
}
</style>
background-color css
<style>
a { background-color: #353E5D; }
a { background-color: rgb(53,62,93); }
div.DivClassName
{
background-color: #353E5D;
}
.BgClassName
{
background-color: #353E5D;
}
</style>
border-color css
<style>
span { border-color: #353E5D; }
span { border-color: rgb(53,62,93); }
td.TdClassName
{
border-color: #353E5D;
}
.TagClassName
{
border-color: #353E5D;
}
</style>