Shades of Gulf Blue #3E4963
Tints of Gulf Blue #3E4963
RGB
CMYK
RGB Variations
Color information
#3E4963 (or 0x3E4963) is known color: Gulf Blue. HEX triplet: 3E, 49 and 63. RGB value is (62,73,99). Sum of RGB (Red+Green+Blue) = 62+73+99=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E4963 is #C1B69C. Grayscale: #484848. Windows color (decimal): -12695197 or 6506814. OLE color: 6506814.
HSL color Cylindrical-coordinate representation of color #3E4963: hue angle of 222.16º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E4963 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 62 | 73 | 99 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.61 |
| HSL | 222.16º | 0.23% | 0.32% | - |
| HSV(B) | 222.16º | 0.37% | 0.39% | - |
| XYZ | 6.62 | 6.69 | 12.75 | - |
| YUV | 72.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 73 | 99 | 0.37 | 0.26 | 0 | 0.61 | 222.16 | 0.23 | 0.32 |
| Hex | 3E | 49 | 63 | 25 | 1A | 0 | 3D | DE | 17 | 20 |
| Octal | 76 | 111 | 143 | 45 | 32 | 0 | 75 | 336 | 27 | 40 |
| Binary | 111110 | 1001001 | 1100011 | 100101 | 11010 | 0 | 111101 | 11011110 | 10111 | 100000 |
Color Harmonies of #3E4963
Complementary color
Monochromatic Colors of #3E4963
Black with #3E4963
Text Example
Text Example
White with #3E4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4963; }
p { color: rgb(62,73,99); }
H1.HeaderClassName
{
color: #3E4963;
}
.AnyTagClassName
{
color: #3E4963;
}
</style>
background-color css
<style>
a { background-color: #3E4963; }
a { background-color: rgb(62,73,99); }
div.DivClassName
{
background-color: #3E4963;
}
.BgClassName
{
background-color: #3E4963;
}
</style>
border-color css
<style>
span { border-color: #3E4963; }
span { border-color: rgb(62,73,99); }
td.TdClassName
{
border-color: #3E4963;
}
.TagClassName
{
border-color: #3E4963;
}
</style>