Shades of Gulf Blue #3B4662
Tints of Gulf Blue #3B4662
RGB
CMYK
RGB Variations
Color information
#3B4662 (or 0x3B4662) is known color: Gulf Blue. HEX triplet: 3B, 46 and 62. RGB value is (59,70,98). Sum of RGB (Red+Green+Blue) = 59+70+98=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 98 - color contains mainly: blue. Hex color #3B4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B4662 is #C4B99D. Grayscale: #454545. Windows color (decimal): -12892574 or 6440507. OLE color: 6440507.
HSL color Cylindrical-coordinate representation of color #3B4662: hue angle of 223.08º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B4662 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 70 | 98 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.62 |
| HSL | 223.08º | 0.25% | 0.31% | - |
| HSV(B) | 223.08º | 0.4% | 0.38% | - |
| XYZ | 6.2 | 6.19 | 12.42 | - |
| YUV | 69.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 98 | 0.40 | 0.29 | 0 | 0.62 | 223.08 | 0.25 | 0.31 |
| Hex | 3B | 46 | 62 | 28 | 1D | 0 | 3E | DF | 19 | 1F |
| Octal | 73 | 106 | 142 | 50 | 35 | 0 | 76 | 337 | 31 | 37 |
| Binary | 111011 | 1000110 | 1100010 | 101000 | 11101 | 0 | 111110 | 11011111 | 11001 | 11111 |
Color Harmonies of #3B4662
Complementary color
Monochromatic Colors of #3B4662
Black with #3B4662
Text Example
Text Example
White with #3B4662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4662; }
p { color: rgb(59,70,98); }
H1.HeaderClassName
{
color: #3B4662;
}
.AnyTagClassName
{
color: #3B4662;
}
</style>
background-color css
<style>
a { background-color: #3B4662; }
a { background-color: rgb(59,70,98); }
div.DivClassName
{
background-color: #3B4662;
}
.BgClassName
{
background-color: #3B4662;
}
</style>
border-color css
<style>
span { border-color: #3B4662; }
span { border-color: rgb(59,70,98); }
td.TdClassName
{
border-color: #3B4662;
}
.TagClassName
{
border-color: #3B4662;
}
</style>