Shades of Gulf Blue #354868
Tints of Gulf Blue #354868
RGB
CMYK
RGB Variations
Color information
#354868 (or 0x354868) is known color: Gulf Blue. HEX triplet: 35, 48 and 68. RGB value is (53,72,104). Sum of RGB (Red+Green+Blue) = 53+72+104=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 72 (28.52% from 255 or 31.44% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #354868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354868 is #CAB797. Grayscale: #454545. Windows color (decimal): -13285272 or 6834229. OLE color: 6834229.
HSL color Cylindrical-coordinate representation of color #354868: hue angle of 217.65º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #354868 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 72 | 104 | - |
| CMYK | 0.49 | 0.31 | 0 | 0.59 |
| HSL | 217.65º | 0.32% | 0.31% | - |
| HSV(B) | 217.65º | 0.49% | 0.41% | - |
| XYZ | 6.28 | 6.39 | 14 | - |
| YUV | 69.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 104 | 0.49 | 0.31 | 0 | 0.59 | 217.65 | 0.32 | 0.31 |
| Hex | 35 | 48 | 68 | 31 | 1F | 0 | 3B | DA | 20 | 1F |
| Octal | 65 | 110 | 150 | 61 | 37 | 0 | 73 | 332 | 40 | 37 |
| Binary | 110101 | 1001000 | 1101000 | 110001 | 11111 | 0 | 111011 | 11011010 | 100000 | 11111 |
Color Harmonies of #354868
Complementary color
Monochromatic Colors of #354868
Black with #354868
Text Example
Text Example
White with #354868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354868; }
p { color: rgb(53,72,104); }
H1.HeaderClassName
{
color: #354868;
}
.AnyTagClassName
{
color: #354868;
}
</style>
background-color css
<style>
a { background-color: #354868; }
a { background-color: rgb(53,72,104); }
div.DivClassName
{
background-color: #354868;
}
.BgClassName
{
background-color: #354868;
}
</style>
border-color css
<style>
span { border-color: #354868; }
span { border-color: rgb(53,72,104); }
td.TdClassName
{
border-color: #354868;
}
.TagClassName
{
border-color: #354868;
}
</style>