Shades of Gulf Blue #334560
Tints of Gulf Blue #334560
RGB
CMYK
RGB Variations
Color information
#334560 (or 0x334560) is known color: Gulf Blue. HEX triplet: 33, 45 and 60. RGB value is (51,69,96). Sum of RGB (Red+Green+Blue) = 51+69+96=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #334560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334560 is #CCBA9F. Grayscale: #424242. Windows color (decimal): -13417120 or 6309171. OLE color: 6309171.
HSL color Cylindrical-coordinate representation of color #334560: hue angle of 216º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #334560 is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 69 | 96 | - |
| CMYK | 0.47 | 0.28 | 0 | 0.62 |
| HSL | 216º | 0.31% | 0.29% | - |
| HSV(B) | 216º | 0.47% | 0.38% | - |
| XYZ | 5.6 | 5.8 | 11.89 | - |
| YUV | 66.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 96 | 0.47 | 0.28 | 0 | 0.62 | 216 | 0.31 | 0.29 |
| Hex | 33 | 45 | 60 | 2F | 1C | 0 | 3E | D8 | 1F | 1D |
| Octal | 63 | 105 | 140 | 57 | 34 | 0 | 76 | 330 | 37 | 35 |
| Binary | 110011 | 1000101 | 1100000 | 101111 | 11100 | 0 | 111110 | 11011000 | 11111 | 11101 |
Color Harmonies of #334560
Complementary color
Monochromatic Colors of #334560
Black with #334560
Text Example
Text Example
White with #334560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334560; }
p { color: rgb(51,69,96); }
H1.HeaderClassName
{
color: #334560;
}
.AnyTagClassName
{
color: #334560;
}
</style>
background-color css
<style>
a { background-color: #334560; }
a { background-color: rgb(51,69,96); }
div.DivClassName
{
background-color: #334560;
}
.BgClassName
{
background-color: #334560;
}
</style>
border-color css
<style>
span { border-color: #334560; }
span { border-color: rgb(51,69,96); }
td.TdClassName
{
border-color: #334560;
}
.TagClassName
{
border-color: #334560;
}
</style>