Shades of Gulf Blue #353D58
Tints of Gulf Blue #353D58
RGB
CMYK
RGB Variations
Color information
#353D58 (or 0x353D58) is known color: Gulf Blue. HEX triplet: 35, 3D and 58. RGB value is (53,61,88). Sum of RGB (Red+Green+Blue) = 53+61+88=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 88 - color contains mainly: blue. Hex color #353D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353D58 is #CAC2A7. Grayscale: #3D3D3D. Windows color (decimal): -13288104 or 5782837. OLE color: 5782837.
HSL color Cylindrical-coordinate representation of color #353D58: hue angle of 226.29º 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 #353D58 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 61 | 88 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.65 |
| HSL | 226.29º | 0.25% | 0.28% | - |
| HSV(B) | 226.29º | 0.4% | 0.35% | - |
| XYZ | 4.9 | 4.8 | 9.9 | - |
| YUV | 61.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 88 | 0.40 | 0.31 | 0 | 0.65 | 226.29 | 0.25 | 0.28 |
| Hex | 35 | 3D | 58 | 28 | 1F | 0 | 41 | E2 | 19 | 1C |
| Octal | 65 | 75 | 130 | 50 | 37 | 0 | 101 | 342 | 31 | 34 |
| Binary | 110101 | 111101 | 1011000 | 101000 | 11111 | 0 | 1000001 | 11100010 | 11001 | 11100 |
Color Harmonies of #353D58
Complementary color
Monochromatic Colors of #353D58
Black with #353D58
Text Example
Text Example
White with #353D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D58; }
p { color: rgb(53,61,88); }
H1.HeaderClassName
{
color: #353D58;
}
.AnyTagClassName
{
color: #353D58;
}
</style>
background-color css
<style>
a { background-color: #353D58; }
a { background-color: rgb(53,61,88); }
div.DivClassName
{
background-color: #353D58;
}
.BgClassName
{
background-color: #353D58;
}
</style>
border-color css
<style>
span { border-color: #353D58; }
span { border-color: rgb(53,61,88); }
td.TdClassName
{
border-color: #353D58;
}
.TagClassName
{
border-color: #353D58;
}
</style>