Shades of Gulf Blue #36405B
Tints of Gulf Blue #36405B
RGB
CMYK
RGB Variations
Color information
#36405B (or 0x36405B) is known color: Gulf Blue. HEX triplet: 36, 40 and 5B. RGB value is (54,64,91). Sum of RGB (Red+Green+Blue) = 54+64+91=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #36405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36405B is #C9BFA4. Grayscale: #3F3F3F. Windows color (decimal): -13221797 or 5980214. OLE color: 5980214.
HSL color Cylindrical-coordinate representation of color #36405B: hue angle of 223.78º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36405B is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 64 | 91 | - |
| CMYK | 0.41 | 0.30 | 0 | 0.64 |
| HSL | 223.78º | 0.26% | 0.28% | - |
| HSV(B) | 223.78º | 0.41% | 0.36% | - |
| XYZ | 5.24 | 5.21 | 10.63 | - |
| YUV | 64.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 64 | 91 | 0.41 | 0.30 | 0 | 0.64 | 223.78 | 0.26 | 0.28 |
| Hex | 36 | 40 | 5B | 29 | 1E | 0 | 40 | E0 | 1A | 1C |
| Octal | 66 | 100 | 133 | 51 | 36 | 0 | 100 | 340 | 32 | 34 |
| Binary | 110110 | 1000000 | 1011011 | 101001 | 11110 | 0 | 1000000 | 11100000 | 11010 | 11100 |
Color Harmonies of #36405B
Complementary color
Monochromatic Colors of #36405B
Black with #36405B
Text Example
Text Example
White with #36405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36405B; }
p { color: rgb(54,64,91); }
H1.HeaderClassName
{
color: #36405B;
}
.AnyTagClassName
{
color: #36405B;
}
</style>
background-color css
<style>
a { background-color: #36405B; }
a { background-color: rgb(54,64,91); }
div.DivClassName
{
background-color: #36405B;
}
.BgClassName
{
background-color: #36405B;
}
</style>
border-color css
<style>
span { border-color: #36405B; }
span { border-color: rgb(54,64,91); }
td.TdClassName
{
border-color: #36405B;
}
.TagClassName
{
border-color: #36405B;
}
</style>