Shades of Gulf Blue #334769
Tints of Gulf Blue #334769
RGB
CMYK
RGB Variations
Color information
#334769 (or 0x334769) is known color: Gulf Blue. HEX triplet: 33, 47 and 69. RGB value is (51,71,105). Sum of RGB (Red+Green+Blue) = 51+71+105=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #334769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334769 is #CCB896. Grayscale: #444444. Windows color (decimal): -13416599 or 6899507. OLE color: 6899507.
HSL color Cylindrical-coordinate representation of color #334769: hue angle of 217.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #334769 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 71 | 105 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.59 |
| HSL | 217.78º | 0.35% | 0.31% | - |
| HSV(B) | 217.78º | 0.51% | 0.41% | - |
| XYZ | 6.17 | 6.23 | 14.24 | - |
| YUV | 68.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 105 | 0.51 | 0.32 | 0 | 0.59 | 217.78 | 0.35 | 0.31 |
| Hex | 33 | 47 | 69 | 33 | 20 | 0 | 3B | DA | 23 | 1F |
| Octal | 63 | 107 | 151 | 63 | 40 | 0 | 73 | 332 | 43 | 37 |
| Binary | 110011 | 1000111 | 1101001 | 110011 | 100000 | 0 | 111011 | 11011010 | 100011 | 11111 |
Color Harmonies of #334769
Complementary color
Monochromatic Colors of #334769
Black with #334769
Text Example
Text Example
White with #334769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334769; }
p { color: rgb(51,71,105); }
H1.HeaderClassName
{
color: #334769;
}
.AnyTagClassName
{
color: #334769;
}
</style>
background-color css
<style>
a { background-color: #334769; }
a { background-color: rgb(51,71,105); }
div.DivClassName
{
background-color: #334769;
}
.BgClassName
{
background-color: #334769;
}
</style>
border-color css
<style>
span { border-color: #334769; }
span { border-color: rgb(51,71,105); }
td.TdClassName
{
border-color: #334769;
}
.TagClassName
{
border-color: #334769;
}
</style>