Shades of Gulf Blue #2C3D65
Tints of Gulf Blue #2C3D65
RGB
CMYK
RGB Variations
Color information
#2C3D65 (or 0x2C3D65) is known color: Gulf Blue. HEX triplet: 2C, 3D and 65. RGB value is (44,61,101). Sum of RGB (Red+Green+Blue) = 44+61+101=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C3D65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3D65 is #D3C29A. Grayscale: #3C3C3C. Windows color (decimal): -13877915 or 6634796. OLE color: 6634796.
HSL color Cylindrical-coordinate representation of color #2C3D65: hue angle of 222.11º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C3D65 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 61 | 101 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.60 |
| HSL | 222.11º | 0.39% | 0.28% | - |
| HSV(B) | 222.11º | 0.56% | 0.4% | - |
| XYZ | 5.06 | 4.81 | 12.97 | - |
| YUV | 60.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 61 | 101 | 0.56 | 0.40 | 0 | 0.60 | 222.11 | 0.39 | 0.28 |
| Hex | 2C | 3D | 65 | 38 | 28 | 0 | 3C | DE | 27 | 1C |
| Octal | 54 | 75 | 145 | 70 | 50 | 0 | 74 | 336 | 47 | 34 |
| Binary | 101100 | 111101 | 1100101 | 111000 | 101000 | 0 | 111100 | 11011110 | 100111 | 11100 |
Color Harmonies of #2C3D65
Complementary color
Monochromatic Colors of #2C3D65
Black with #2C3D65
Text Example
Text Example
White with #2C3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3D65; }
p { color: rgb(44,61,101); }
H1.HeaderClassName
{
color: #2C3D65;
}
.AnyTagClassName
{
color: #2C3D65;
}
</style>
background-color css
<style>
a { background-color: #2C3D65; }
a { background-color: rgb(44,61,101); }
div.DivClassName
{
background-color: #2C3D65;
}
.BgClassName
{
background-color: #2C3D65;
}
</style>
border-color css
<style>
span { border-color: #2C3D65; }
span { border-color: rgb(44,61,101); }
td.TdClassName
{
border-color: #2C3D65;
}
.TagClassName
{
border-color: #2C3D65;
}
</style>