Shades of Gulf Blue #3D4963
Tints of Gulf Blue #3D4963
RGB
CMYK
RGB Variations
Color information
#3D4963 (or 0x3D4963) is known color: Gulf Blue. HEX triplet: 3D, 49 and 63. RGB value is (61,73,99). Sum of RGB (Red+Green+Blue) = 61+73+99=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 99 - color contains mainly: blue. Hex color #3D4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4963 is #C2B69C. Grayscale: #484848. Windows color (decimal): -12760733 or 6506813. OLE color: 6506813.
HSL color Cylindrical-coordinate representation of color #3D4963: hue angle of 221.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D4963 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 73 | 99 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.61 |
| HSL | 221.05º | 0.24% | 0.31% | - |
| HSV(B) | 221.05º | 0.38% | 0.39% | - |
| XYZ | 6.56 | 6.66 | 12.74 | - |
| YUV | 72.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 99 | 0.38 | 0.26 | 0 | 0.61 | 221.05 | 0.24 | 0.31 |
| Hex | 3D | 49 | 63 | 26 | 1A | 0 | 3D | DD | 18 | 1F |
| Octal | 75 | 111 | 143 | 46 | 32 | 0 | 75 | 335 | 30 | 37 |
| Binary | 111101 | 1001001 | 1100011 | 100110 | 11010 | 0 | 111101 | 11011101 | 11000 | 11111 |
Color Harmonies of #3D4963
Complementary color
Monochromatic Colors of #3D4963
Black with #3D4963
Text Example
Text Example
White with #3D4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4963; }
p { color: rgb(61,73,99); }
H1.HeaderClassName
{
color: #3D4963;
}
.AnyTagClassName
{
color: #3D4963;
}
</style>
background-color css
<style>
a { background-color: #3D4963; }
a { background-color: rgb(61,73,99); }
div.DivClassName
{
background-color: #3D4963;
}
.BgClassName
{
background-color: #3D4963;
}
</style>
border-color css
<style>
span { border-color: #3D4963; }
span { border-color: rgb(61,73,99); }
td.TdClassName
{
border-color: #3D4963;
}
.TagClassName
{
border-color: #3D4963;
}
</style>