Shades of Gulf Blue #334666
Tints of Gulf Blue #334666
RGB
CMYK
RGB Variations
Color information
#334666 (or 0x334666) is known color: Gulf Blue. HEX triplet: 33, 46 and 66. RGB value is (51,70,102). Sum of RGB (Red+Green+Blue) = 51+70+102=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #334666 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334666 is #CCB999. Grayscale: #434343. Windows color (decimal): -13416858 or 6702643. OLE color: 6702643.
HSL color Cylindrical-coordinate representation of color #334666: hue angle of 217.65º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334666 is Cyan = 0.5, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 51 | 70 | 102 | - |
| CMYK | 0.5 | 0.31 | 0 | 0.6 |
| HSL | 217.65º | 0.33% | 0.3% | - |
| HSV(B) | 217.65º | 0.5% | 0.4% | - |
| XYZ | 5.95 | 6.04 | 13.42 | - |
| YUV | 67.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 102 | 0.5 | 0.31 | 0 | 0.6 | 217.65 | 0.33 | 0.3 |
| Hex | 33 | 46 | 66 | 32 | 1F | 0 | 3C | DA | 21 | 1E |
| Octal | 63 | 106 | 146 | 62 | 37 | 0 | 74 | 332 | 41 | 36 |
| Binary | 110011 | 1000110 | 1100110 | 110010 | 11111 | 0 | 111100 | 11011010 | 100001 | 11110 |
Color Harmonies of #334666
Complementary color
Monochromatic Colors of #334666
Black with #334666
Text Example
Text Example
White with #334666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334666; }
p { color: rgb(51,70,102); }
H1.HeaderClassName
{
color: #334666;
}
.AnyTagClassName
{
color: #334666;
}
</style>
background-color css
<style>
a { background-color: #334666; }
a { background-color: rgb(51,70,102); }
div.DivClassName
{
background-color: #334666;
}
.BgClassName
{
background-color: #334666;
}
</style>
border-color css
<style>
span { border-color: #334666; }
span { border-color: rgb(51,70,102); }
td.TdClassName
{
border-color: #334666;
}
.TagClassName
{
border-color: #334666;
}
</style>