Shades of Gulf Blue #36445D
Tints of Gulf Blue #36445D
RGB
CMYK
RGB Variations
Color information
#36445D (or 0x36445D) is known color: Gulf Blue. HEX triplet: 36, 44 and 5D. RGB value is (54,68,93). Sum of RGB (Red+Green+Blue) = 54+68+93=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #36445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36445D is #C9BBA2. Grayscale: #424242. Windows color (decimal): -13220771 or 6112310. OLE color: 6112310.
HSL color Cylindrical-coordinate representation of color #36445D: hue angle of 218.46º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36445D is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 68 | 93 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.64 |
| HSL | 218.46º | 0.27% | 0.29% | - |
| HSV(B) | 218.46º | 0.42% | 0.36% | - |
| XYZ | 5.56 | 5.71 | 11.16 | - |
| YUV | 66.66 | 142.86 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 68 | 93 | 0.42 | 0.27 | 0 | 0.64 | 218.46 | 0.27 | 0.29 |
| Hex | 36 | 44 | 5D | 2A | 1B | 0 | 40 | DA | 1B | 1D |
| Octal | 66 | 104 | 135 | 52 | 33 | 0 | 100 | 332 | 33 | 35 |
| Binary | 110110 | 1000100 | 1011101 | 101010 | 11011 | 0 | 1000000 | 11011010 | 11011 | 11101 |
Color Harmonies of #36445D
Complementary color
Monochromatic Colors of #36445D
Black with #36445D
Text Example
Text Example
White with #36445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36445D; }
p { color: rgb(54,68,93); }
H1.HeaderClassName
{
color: #36445D;
}
.AnyTagClassName
{
color: #36445D;
}
</style>
background-color css
<style>
a { background-color: #36445D; }
a { background-color: rgb(54,68,93); }
div.DivClassName
{
background-color: #36445D;
}
.BgClassName
{
background-color: #36445D;
}
</style>
border-color css
<style>
span { border-color: #36445D; }
span { border-color: rgb(54,68,93); }
td.TdClassName
{
border-color: #36445D;
}
.TagClassName
{
border-color: #36445D;
}
</style>