Shades of Gulf Blue #3D4962
Tints of Gulf Blue #3D4962
RGB
CMYK
RGB Variations
Color information
#3D4962 (or 0x3D4962) is known color: Gulf Blue. HEX triplet: 3D, 49 and 62. RGB value is (61,73,98). Sum of RGB (Red+Green+Blue) = 61+73+98=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #3D4962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4962 is #C2B69D. Grayscale: #484848. Windows color (decimal): -12760734 or 6441277. OLE color: 6441277.
HSL color Cylindrical-coordinate representation of color #3D4962: hue angle of 220.54º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D4962 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 73 | 98 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.62 |
| HSL | 220.54º | 0.23% | 0.31% | - |
| HSV(B) | 220.54º | 0.38% | 0.38% | - |
| XYZ | 6.51 | 6.64 | 12.49 | - |
| YUV | 72.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 98 | 0.38 | 0.26 | 0 | 0.62 | 220.54 | 0.23 | 0.31 |
| Hex | 3D | 49 | 62 | 26 | 1A | 0 | 3E | DD | 17 | 1F |
| Octal | 75 | 111 | 142 | 46 | 32 | 0 | 76 | 335 | 27 | 37 |
| Binary | 111101 | 1001001 | 1100010 | 100110 | 11010 | 0 | 111110 | 11011101 | 10111 | 11111 |
Color Harmonies of #3D4962
Complementary color
Monochromatic Colors of #3D4962
Black with #3D4962
Text Example
Text Example
White with #3D4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4962; }
p { color: rgb(61,73,98); }
H1.HeaderClassName
{
color: #3D4962;
}
.AnyTagClassName
{
color: #3D4962;
}
</style>
background-color css
<style>
a { background-color: #3D4962; }
a { background-color: rgb(61,73,98); }
div.DivClassName
{
background-color: #3D4962;
}
.BgClassName
{
background-color: #3D4962;
}
</style>
border-color css
<style>
span { border-color: #3D4962; }
span { border-color: rgb(61,73,98); }
td.TdClassName
{
border-color: #3D4962;
}
.TagClassName
{
border-color: #3D4962;
}
</style>