Shades of Gulf Blue #3B4660
Tints of Gulf Blue #3B4660
RGB
CMYK
RGB Variations
Color information
#3B4660 (or 0x3B4660) is known color: Gulf Blue. HEX triplet: 3B, 46 and 60. RGB value is (59,70,96). Sum of RGB (Red+Green+Blue) = 59+70+96=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4660 is #C4B99F. Grayscale: #454545. Windows color (decimal): -12892576 or 6309435. OLE color: 6309435.
HSL color Cylindrical-coordinate representation of color #3B4660: hue angle of 222.16º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B4660 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 70 | 96 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.62 |
| HSL | 222.16º | 0.24% | 0.3% | - |
| HSV(B) | 222.16º | 0.39% | 0.38% | - |
| XYZ | 6.11 | 6.15 | 11.93 | - |
| YUV | 69.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 96 | 0.39 | 0.27 | 0 | 0.62 | 222.16 | 0.24 | 0.3 |
| Hex | 3B | 46 | 60 | 27 | 1B | 0 | 3E | DE | 18 | 1E |
| Octal | 73 | 106 | 140 | 47 | 33 | 0 | 76 | 336 | 30 | 36 |
| Binary | 111011 | 1000110 | 1100000 | 100111 | 11011 | 0 | 111110 | 11011110 | 11000 | 11110 |
Color Harmonies of #3B4660
Complementary color
Monochromatic Colors of #3B4660
Black with #3B4660
Text Example
Text Example
White with #3B4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4660; }
p { color: rgb(59,70,96); }
H1.HeaderClassName
{
color: #3B4660;
}
.AnyTagClassName
{
color: #3B4660;
}
</style>
background-color css
<style>
a { background-color: #3B4660; }
a { background-color: rgb(59,70,96); }
div.DivClassName
{
background-color: #3B4660;
}
.BgClassName
{
background-color: #3B4660;
}
</style>
border-color css
<style>
span { border-color: #3B4660; }
span { border-color: rgb(59,70,96); }
td.TdClassName
{
border-color: #3B4660;
}
.TagClassName
{
border-color: #3B4660;
}
</style>