Shades of Gulf Blue #29345B
Tints of Gulf Blue #29345B
RGB
CMYK
RGB Variations
Color information
#29345B (or 0x29345B) is known color: Gulf Blue. HEX triplet: 29, 34 and 5B. RGB value is (41,52,91). Sum of RGB (Red+Green+Blue) = 41+52+91=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #29345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29345B is #D6CBA4. Grayscale: #343434. Windows color (decimal): -14076837 or 5977129. OLE color: 5977129.
HSL color Cylindrical-coordinate representation of color #29345B: hue angle of 226.8º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #29345B is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 41 | 52 | 91 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.64 |
| HSL | 226.8º | 0.38% | 0.26% | - |
| HSV(B) | 226.8º | 0.55% | 0.36% | - |
| XYZ | 4.03 | 3.68 | 10.4 | - |
| YUV | 53.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 91 | 0.55 | 0.43 | 0 | 0.64 | 226.8 | 0.38 | 0.26 |
| Hex | 29 | 34 | 5B | 37 | 2B | 0 | 40 | E3 | 26 | 1A |
| Octal | 51 | 64 | 133 | 67 | 53 | 0 | 100 | 343 | 46 | 32 |
| Binary | 101001 | 110100 | 1011011 | 110111 | 101011 | 0 | 1000000 | 11100011 | 100110 | 11010 |
Color Harmonies of #29345B
Complementary color
Monochromatic Colors of #29345B
Black with #29345B
Text Example
Text Example
White with #29345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29345B; }
p { color: rgb(41,52,91); }
H1.HeaderClassName
{
color: #29345B;
}
.AnyTagClassName
{
color: #29345B;
}
</style>
background-color css
<style>
a { background-color: #29345B; }
a { background-color: rgb(41,52,91); }
div.DivClassName
{
background-color: #29345B;
}
.BgClassName
{
background-color: #29345B;
}
</style>
border-color css
<style>
span { border-color: #29345B; }
span { border-color: rgb(41,52,91); }
td.TdClassName
{
border-color: #29345B;
}
.TagClassName
{
border-color: #29345B;
}
</style>