Shades of Gulf Blue #353F58
Tints of Gulf Blue #353F58
RGB
CMYK
RGB Variations
Color information
#353F58 (or 0x353F58) is known color: Gulf Blue. HEX triplet: 35, 3F and 58. RGB value is (53,63,88). Sum of RGB (Red+Green+Blue) = 53+63+88=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #353F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353F58 is #CAC0A7. Grayscale: #3E3E3E. Windows color (decimal): -13287592 or 5783349. OLE color: 5783349.
HSL color Cylindrical-coordinate representation of color #353F58: hue angle of 222.86º 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 #353F58 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 53 | 63 | 88 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.65 |
| HSL | 222.86º | 0.25% | 0.28% | - |
| HSV(B) | 222.86º | 0.4% | 0.35% | - |
| XYZ | 5.01 | 5.02 | 9.94 | - |
| YUV | 62.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 63 | 88 | 0.40 | 0.28 | 0 | 0.65 | 222.86 | 0.25 | 0.28 |
| Hex | 35 | 3F | 58 | 28 | 1C | 0 | 41 | DF | 19 | 1C |
| Octal | 65 | 77 | 130 | 50 | 34 | 0 | 101 | 337 | 31 | 34 |
| Binary | 110101 | 111111 | 1011000 | 101000 | 11100 | 0 | 1000001 | 11011111 | 11001 | 11100 |
Color Harmonies of #353F58
Complementary color
Monochromatic Colors of #353F58
Black with #353F58
Text Example
Text Example
White with #353F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353F58; }
p { color: rgb(53,63,88); }
H1.HeaderClassName
{
color: #353F58;
}
.AnyTagClassName
{
color: #353F58;
}
</style>
background-color css
<style>
a { background-color: #353F58; }
a { background-color: rgb(53,63,88); }
div.DivClassName
{
background-color: #353F58;
}
.BgClassName
{
background-color: #353F58;
}
</style>
border-color css
<style>
span { border-color: #353F58; }
span { border-color: rgb(53,63,88); }
td.TdClassName
{
border-color: #353F58;
}
.TagClassName
{
border-color: #353F58;
}
</style>