Shades of Gulf Blue #354565
Tints of Gulf Blue #354565
RGB
CMYK
RGB Variations
Color information
#354565 (or 0x354565) is known color: Gulf Blue. HEX triplet: 35, 45 and 65. RGB value is (53,69,101). Sum of RGB (Red+Green+Blue) = 53+69+101=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #354565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354565 is #CABA9A. Grayscale: #434343. Windows color (decimal): -13286043 or 6636853. OLE color: 6636853.
HSL color Cylindrical-coordinate representation of color #354565: hue angle of 220º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #354565 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 53 | 69 | 101 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.60 |
| HSL | 220º | 0.31% | 0.3% | - |
| HSV(B) | 220º | 0.48% | 0.4% | - |
| XYZ | 5.95 | 5.95 | 13.15 | - |
| YUV | 67.86 | 146.7 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 101 | 0.48 | 0.32 | 0 | 0.60 | 220 | 0.31 | 0.3 |
| Hex | 35 | 45 | 65 | 30 | 20 | 0 | 3C | DC | 1F | 1E |
| Octal | 65 | 105 | 145 | 60 | 40 | 0 | 74 | 334 | 37 | 36 |
| Binary | 110101 | 1000101 | 1100101 | 110000 | 100000 | 0 | 111100 | 11011100 | 11111 | 11110 |
Color Harmonies of #354565
Complementary color
Monochromatic Colors of #354565
Black with #354565
Text Example
Text Example
White with #354565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354565; }
p { color: rgb(53,69,101); }
H1.HeaderClassName
{
color: #354565;
}
.AnyTagClassName
{
color: #354565;
}
</style>
background-color css
<style>
a { background-color: #354565; }
a { background-color: rgb(53,69,101); }
div.DivClassName
{
background-color: #354565;
}
.BgClassName
{
background-color: #354565;
}
</style>
border-color css
<style>
span { border-color: #354565; }
span { border-color: rgb(53,69,101); }
td.TdClassName
{
border-color: #354565;
}
.TagClassName
{
border-color: #354565;
}
</style>