Shades of Gulf Blue #354563
Tints of Gulf Blue #354563
RGB
CMYK
RGB Variations
Color information
#354563 (or 0x354563) is known color: Gulf Blue. HEX triplet: 35, 45 and 63. RGB value is (53,69,99). Sum of RGB (Red+Green+Blue) = 53+69+99=221 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.98% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #354563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354563 is #CABA9C. Grayscale: #434343. Windows color (decimal): -13286045 or 6505781. OLE color: 6505781.
HSL color Cylindrical-coordinate representation of color #354563: hue angle of 219.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #354563 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 69 | 99 | - |
| CMYK | 0.46 | 0.30 | 0 | 0.61 |
| HSL | 219.13º | 0.3% | 0.3% | - |
| HSV(B) | 219.13º | 0.46% | 0.39% | - |
| XYZ | 5.85 | 5.91 | 12.64 | - |
| YUV | 67.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 99 | 0.46 | 0.30 | 0 | 0.61 | 219.13 | 0.3 | 0.3 |
| Hex | 35 | 45 | 63 | 2E | 1E | 0 | 3D | DB | 1E | 1E |
| Octal | 65 | 105 | 143 | 56 | 36 | 0 | 75 | 333 | 36 | 36 |
| Binary | 110101 | 1000101 | 1100011 | 101110 | 11110 | 0 | 111101 | 11011011 | 11110 | 11110 |
Color Harmonies of #354563
Complementary color
Monochromatic Colors of #354563
Black with #354563
Text Example
Text Example
White with #354563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354563; }
p { color: rgb(53,69,99); }
H1.HeaderClassName
{
color: #354563;
}
.AnyTagClassName
{
color: #354563;
}
</style>
background-color css
<style>
a { background-color: #354563; }
a { background-color: rgb(53,69,99); }
div.DivClassName
{
background-color: #354563;
}
.BgClassName
{
background-color: #354563;
}
</style>
border-color css
<style>
span { border-color: #354563; }
span { border-color: rgb(53,69,99); }
td.TdClassName
{
border-color: #354563;
}
.TagClassName
{
border-color: #354563;
}
</style>