Shades of Gulf Blue #334869
Tints of Gulf Blue #334869
RGB
CMYK
RGB Variations
Color information
#334869 (or 0x334869) is known color: Gulf Blue. HEX triplet: 33, 48 and 69. RGB value is (51,72,105). Sum of RGB (Red+Green+Blue) = 51+72+105=228 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.37% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #334869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334869 is #CCB796. Grayscale: #454545. Windows color (decimal): -13416343 or 6899763. OLE color: 6899763.
HSL color Cylindrical-coordinate representation of color #334869: hue angle of 216.67º 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 #334869 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 51 | 72 | 105 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.59 |
| HSL | 216.67º | 0.35% | 0.31% | - |
| HSV(B) | 216.67º | 0.51% | 0.41% | - |
| XYZ | 6.23 | 6.36 | 14.26 | - |
| YUV | 69.48 | 148.04 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 105 | 0.51 | 0.31 | 0 | 0.59 | 216.67 | 0.35 | 0.31 |
| Hex | 33 | 48 | 69 | 33 | 1F | 0 | 3B | D9 | 23 | 1F |
| Octal | 63 | 110 | 151 | 63 | 37 | 0 | 73 | 331 | 43 | 37 |
| Binary | 110011 | 1001000 | 1101001 | 110011 | 11111 | 0 | 111011 | 11011001 | 100011 | 11111 |
Color Harmonies of #334869
Complementary color
Monochromatic Colors of #334869
Black with #334869
Text Example
Text Example
White with #334869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334869; }
p { color: rgb(51,72,105); }
H1.HeaderClassName
{
color: #334869;
}
.AnyTagClassName
{
color: #334869;
}
</style>
background-color css
<style>
a { background-color: #334869; }
a { background-color: rgb(51,72,105); }
div.DivClassName
{
background-color: #334869;
}
.BgClassName
{
background-color: #334869;
}
</style>
border-color css
<style>
span { border-color: #334869; }
span { border-color: rgb(51,72,105); }
td.TdClassName
{
border-color: #334869;
}
.TagClassName
{
border-color: #334869;
}
</style>