Shades of Gulf Blue #29355D
Tints of Gulf Blue #29355D
RGB
CMYK
RGB Variations
Color information
#29355D (or 0x29355D) is known color: Gulf Blue. HEX triplet: 29, 35 and 5D. RGB value is (41,53,93). Sum of RGB (Red+Green+Blue) = 41+53+93=187 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.93% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #29355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29355D is #D6CAA2. Grayscale: #353535. Windows color (decimal): -14076579 or 6108457. OLE color: 6108457.
HSL color Cylindrical-coordinate representation of color #29355D: hue angle of 226.15º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #29355D is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 53 | 93 | - |
| CMYK | 0.56 | 0.43 | 0 | 0.64 |
| HSL | 226.15º | 0.39% | 0.26% | - |
| HSV(B) | 226.15º | 0.56% | 0.36% | - |
| XYZ | 4.16 | 3.81 | 10.87 | - |
| YUV | 53.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 93 | 0.56 | 0.43 | 0 | 0.64 | 226.15 | 0.39 | 0.26 |
| Hex | 29 | 35 | 5D | 38 | 2B | 0 | 40 | E2 | 27 | 1A |
| Octal | 51 | 65 | 135 | 70 | 53 | 0 | 100 | 342 | 47 | 32 |
| Binary | 101001 | 110101 | 1011101 | 111000 | 101011 | 0 | 1000000 | 11100010 | 100111 | 11010 |
Color Harmonies of #29355D
Complementary color
Monochromatic Colors of #29355D
Black with #29355D
Text Example
Text Example
White with #29355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29355D; }
p { color: rgb(41,53,93); }
H1.HeaderClassName
{
color: #29355D;
}
.AnyTagClassName
{
color: #29355D;
}
</style>
background-color css
<style>
a { background-color: #29355D; }
a { background-color: rgb(41,53,93); }
div.DivClassName
{
background-color: #29355D;
}
.BgClassName
{
background-color: #29355D;
}
</style>
border-color css
<style>
span { border-color: #29355D; }
span { border-color: rgb(41,53,93); }
td.TdClassName
{
border-color: #29355D;
}
.TagClassName
{
border-color: #29355D;
}
</style>