Shades of Gulf Blue #2D446A
Tints of Gulf Blue #2D446A
RGB
CMYK
RGB Variations
Color information
#2D446A (or 0x2D446A) is known color: Gulf Blue. HEX triplet: 2D, 44 and 6A. RGB value is (45,68,106). Sum of RGB (Red+Green+Blue) = 45+68+106=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D446A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D446A is #D2BB95. Grayscale: #414141. Windows color (decimal): -13810582 or 6964269. OLE color: 6964269.
HSL color Cylindrical-coordinate representation of color #2D446A: hue angle of 217.38º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D446A is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 45 | 68 | 106 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.58 |
| HSL | 217.38º | 0.4% | 0.3% | - |
| HSV(B) | 217.38º | 0.58% | 0.42% | - |
| XYZ | 5.75 | 5.73 | 14.44 | - |
| YUV | 65.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 68 | 106 | 0.58 | 0.36 | 0 | 0.58 | 217.38 | 0.4 | 0.3 |
| Hex | 2D | 44 | 6A | 3A | 24 | 0 | 3A | D9 | 28 | 1E |
| Octal | 55 | 104 | 152 | 72 | 44 | 0 | 72 | 331 | 50 | 36 |
| Binary | 101101 | 1000100 | 1101010 | 111010 | 100100 | 0 | 111010 | 11011001 | 101000 | 11110 |
Color Harmonies of #2D446A
Complementary color
Monochromatic Colors of #2D446A
Black with #2D446A
Text Example
Text Example
White with #2D446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D446A; }
p { color: rgb(45,68,106); }
H1.HeaderClassName
{
color: #2D446A;
}
.AnyTagClassName
{
color: #2D446A;
}
</style>
background-color css
<style>
a { background-color: #2D446A; }
a { background-color: rgb(45,68,106); }
div.DivClassName
{
background-color: #2D446A;
}
.BgClassName
{
background-color: #2D446A;
}
</style>
border-color css
<style>
span { border-color: #2D446A; }
span { border-color: rgb(45,68,106); }
td.TdClassName
{
border-color: #2D446A;
}
.TagClassName
{
border-color: #2D446A;
}
</style>