Shades of Gulf Blue #3B4965
Tints of Gulf Blue #3B4965
RGB
CMYK
RGB Variations
Color information
#3B4965 (or 0x3B4965) is known color: Gulf Blue. HEX triplet: 3B, 49 and 65. RGB value is (59,73,101). Sum of RGB (Red+Green+Blue) = 59+73+101=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #3B4965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4965 is #C4B69A. Grayscale: #474747. Windows color (decimal): -12891803 or 6637883. OLE color: 6637883.
HSL color Cylindrical-coordinate representation of color #3B4965: hue angle of 220º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B4965 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 73 | 101 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.60 |
| HSL | 220º | 0.26% | 0.31% | - |
| HSV(B) | 220º | 0.42% | 0.4% | - |
| XYZ | 6.54 | 6.63 | 13.25 | - |
| YUV | 72.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 101 | 0.42 | 0.28 | 0 | 0.60 | 220 | 0.26 | 0.31 |
| Hex | 3B | 49 | 65 | 2A | 1C | 0 | 3C | DC | 1A | 1F |
| Octal | 73 | 111 | 145 | 52 | 34 | 0 | 74 | 334 | 32 | 37 |
| Binary | 111011 | 1001001 | 1100101 | 101010 | 11100 | 0 | 111100 | 11011100 | 11010 | 11111 |
Color Harmonies of #3B4965
Complementary color
Monochromatic Colors of #3B4965
Black with #3B4965
Text Example
Text Example
White with #3B4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4965; }
p { color: rgb(59,73,101); }
H1.HeaderClassName
{
color: #3B4965;
}
.AnyTagClassName
{
color: #3B4965;
}
</style>
background-color css
<style>
a { background-color: #3B4965; }
a { background-color: rgb(59,73,101); }
div.DivClassName
{
background-color: #3B4965;
}
.BgClassName
{
background-color: #3B4965;
}
</style>
border-color css
<style>
span { border-color: #3B4965; }
span { border-color: rgb(59,73,101); }
td.TdClassName
{
border-color: #3B4965;
}
.TagClassName
{
border-color: #3B4965;
}
</style>