Shades of Gulf Blue #353B54
Tints of Gulf Blue #353B54
RGB
CMYK
RGB Variations
Color information
#353B54 (or 0x353B54) is known color: Gulf Blue. HEX triplet: 35, 3B and 54. RGB value is (53,59,84). Sum of RGB (Red+Green+Blue) = 53+59+84=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #353B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353B54 is #CAC4AB. Grayscale: #3B3B3B. Windows color (decimal): -13288620 or 5520181. OLE color: 5520181.
HSL color Cylindrical-coordinate representation of color #353B54: hue angle of 228.39º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353B54 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 53 | 59 | 84 | - |
| CMYK | 0.37 | 0.30 | 0 | 0.67 |
| HSL | 228.39º | 0.23% | 0.27% | - |
| HSV(B) | 228.39º | 0.37% | 0.33% | - |
| XYZ | 4.63 | 4.52 | 9.02 | - |
| YUV | 60.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 84 | 0.37 | 0.30 | 0 | 0.67 | 228.39 | 0.23 | 0.27 |
| Hex | 35 | 3B | 54 | 25 | 1E | 0 | 43 | E4 | 17 | 1B |
| Octal | 65 | 73 | 124 | 45 | 36 | 0 | 103 | 344 | 27 | 33 |
| Binary | 110101 | 111011 | 1010100 | 100101 | 11110 | 0 | 1000011 | 11100100 | 10111 | 11011 |
Color Harmonies of #353B54
Complementary color
Monochromatic Colors of #353B54
Black with #353B54
Text Example
Text Example
White with #353B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B54; }
p { color: rgb(53,59,84); }
H1.HeaderClassName
{
color: #353B54;
}
.AnyTagClassName
{
color: #353B54;
}
</style>
background-color css
<style>
a { background-color: #353B54; }
a { background-color: rgb(53,59,84); }
div.DivClassName
{
background-color: #353B54;
}
.BgClassName
{
background-color: #353B54;
}
</style>
border-color css
<style>
span { border-color: #353B54; }
span { border-color: rgb(53,59,84); }
td.TdClassName
{
border-color: #353B54;
}
.TagClassName
{
border-color: #353B54;
}
</style>