Shades of Gulf Blue #353D5D
Tints of Gulf Blue #353D5D
RGB
CMYK
RGB Variations
Color information
#353D5D (or 0x353D5D) is known color: Gulf Blue. HEX triplet: 35, 3D and 5D. RGB value is (53,61,93). Sum of RGB (Red+Green+Blue) = 53+61+93=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #353D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D5D is #CAC2A2. Grayscale: #3E3E3E. Windows color (decimal): -13288099 or 6110517. OLE color: 6110517.
HSL color Cylindrical-coordinate representation of color #353D5D: hue angle of 228º 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 #353D5D is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 53 | 61 | 93 | - |
| CMYK | 0.43 | 0.34 | 0 | 0.64 |
| HSL | 228º | 0.27% | 0.29% | - |
| HSV(B) | 228º | 0.43% | 0.36% | - |
| XYZ | 5.11 | 4.88 | 11.03 | - |
| YUV | 62.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 93 | 0.43 | 0.34 | 0 | 0.64 | 228 | 0.27 | 0.29 |
| Hex | 35 | 3D | 5D | 2B | 22 | 0 | 40 | E4 | 1B | 1D |
| Octal | 65 | 75 | 135 | 53 | 42 | 0 | 100 | 344 | 33 | 35 |
| Binary | 110101 | 111101 | 1011101 | 101011 | 100010 | 0 | 1000000 | 11100100 | 11011 | 11101 |
Color Harmonies of #353D5D
Complementary color
Monochromatic Colors of #353D5D
Black with #353D5D
Text Example
Text Example
White with #353D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D5D; }
p { color: rgb(53,61,93); }
H1.HeaderClassName
{
color: #353D5D;
}
.AnyTagClassName
{
color: #353D5D;
}
</style>
background-color css
<style>
a { background-color: #353D5D; }
a { background-color: rgb(53,61,93); }
div.DivClassName
{
background-color: #353D5D;
}
.BgClassName
{
background-color: #353D5D;
}
</style>
border-color css
<style>
span { border-color: #353D5D; }
span { border-color: rgb(53,61,93); }
td.TdClassName
{
border-color: #353D5D;
}
.TagClassName
{
border-color: #353D5D;
}
</style>