Shades of Gulf Blue #29375E
Tints of Gulf Blue #29375E
RGB
CMYK
RGB Variations
Color information
#29375E (or 0x29375E) is known color: Gulf Blue. HEX triplet: 29, 37 and 5E. RGB value is (41,55,94). Sum of RGB (Red+Green+Blue) = 41+55+94=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 94 (37.11% from 255 or 49.47% from 190); Max value from RGB is 94 - color contains mainly: blue. Hex color #29375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29375E is #D6C8A1. Grayscale: #373737. Windows color (decimal): -14076066 or 6174505. OLE color: 6174505.
HSL color Cylindrical-coordinate representation of color #29375E: hue angle of 224.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29375E is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 41 | 55 | 94 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.63 |
| HSL | 224.15º | 0.39% | 0.26% | - |
| HSV(B) | 224.15º | 0.56% | 0.37% | - |
| XYZ | 4.3 | 4.01 | 11.14 | - |
| YUV | 55.26 | 149.86 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 94 | 0.56 | 0.41 | 0 | 0.63 | 224.15 | 0.39 | 0.26 |
| Hex | 29 | 37 | 5E | 38 | 29 | 0 | 3F | E0 | 27 | 1A |
| Octal | 51 | 67 | 136 | 70 | 51 | 0 | 77 | 340 | 47 | 32 |
| Binary | 101001 | 110111 | 1011110 | 111000 | 101001 | 0 | 111111 | 11100000 | 100111 | 11010 |
Color Harmonies of #29375E
Complementary color
Monochromatic Colors of #29375E
Black with #29375E
Text Example
Text Example
White with #29375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29375E; }
p { color: rgb(41,55,94); }
H1.HeaderClassName
{
color: #29375E;
}
.AnyTagClassName
{
color: #29375E;
}
</style>
background-color css
<style>
a { background-color: #29375E; }
a { background-color: rgb(41,55,94); }
div.DivClassName
{
background-color: #29375E;
}
.BgClassName
{
background-color: #29375E;
}
</style>
border-color css
<style>
span { border-color: #29375E; }
span { border-color: rgb(41,55,94); }
td.TdClassName
{
border-color: #29375E;
}
.TagClassName
{
border-color: #29375E;
}
</style>