Shades of Gulf Blue #3C4963
Tints of Gulf Blue #3C4963
RGB
CMYK
RGB Variations
Color information
#3C4963 (or 0x3C4963) is known color: Gulf Blue. HEX triplet: 3C, 49 and 63. RGB value is (60,73,99). Sum of RGB (Red+Green+Blue) = 60+73+99=232 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.86% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4963 is #C3B69C. Grayscale: #474747. Windows color (decimal): -12826269 or 6506812. OLE color: 6506812.
HSL color Cylindrical-coordinate representation of color #3C4963: hue angle of 220º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4963 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 60 | 73 | 99 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.61 |
| HSL | 220º | 0.25% | 0.31% | - |
| HSV(B) | 220º | 0.39% | 0.39% | - |
| XYZ | 6.5 | 6.63 | 12.74 | - |
| YUV | 72.08 | 143.19 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 99 | 0.39 | 0.26 | 0 | 0.61 | 220 | 0.25 | 0.31 |
| Hex | 3C | 49 | 63 | 27 | 1A | 0 | 3D | DC | 19 | 1F |
| Octal | 74 | 111 | 143 | 47 | 32 | 0 | 75 | 334 | 31 | 37 |
| Binary | 111100 | 1001001 | 1100011 | 100111 | 11010 | 0 | 111101 | 11011100 | 11001 | 11111 |
Color Harmonies of #3C4963
Complementary color
Monochromatic Colors of #3C4963
Black with #3C4963
Text Example
Text Example
White with #3C4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4963; }
p { color: rgb(60,73,99); }
H1.HeaderClassName
{
color: #3C4963;
}
.AnyTagClassName
{
color: #3C4963;
}
</style>
background-color css
<style>
a { background-color: #3C4963; }
a { background-color: rgb(60,73,99); }
div.DivClassName
{
background-color: #3C4963;
}
.BgClassName
{
background-color: #3C4963;
}
</style>
border-color css
<style>
span { border-color: #3C4963; }
span { border-color: rgb(60,73,99); }
td.TdClassName
{
border-color: #3C4963;
}
.TagClassName
{
border-color: #3C4963;
}
</style>