Shades of Gulf Blue #36435C
Tints of Gulf Blue #36435C
RGB
CMYK
RGB Variations
Color information
#36435C (or 0x36435C) is known color: Gulf Blue. HEX triplet: 36, 43 and 5C. RGB value is (54,67,92). Sum of RGB (Red+Green+Blue) = 54+67+92=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 92 - color contains mainly: blue. Hex color #36435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36435C is #C9BCA3. Grayscale: #414141. Windows color (decimal): -13221028 or 6046518. OLE color: 6046518.
HSL color Cylindrical-coordinate representation of color #36435C: hue angle of 219.47º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36435C is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 67 | 92 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.64 |
| HSL | 219.47º | 0.26% | 0.29% | - |
| HSV(B) | 219.47º | 0.41% | 0.36% | - |
| XYZ | 5.46 | 5.57 | 10.91 | - |
| YUV | 65.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 92 | 0.41 | 0.27 | 0 | 0.64 | 219.47 | 0.26 | 0.29 |
| Hex | 36 | 43 | 5C | 29 | 1B | 0 | 40 | DB | 1A | 1D |
| Octal | 66 | 103 | 134 | 51 | 33 | 0 | 100 | 333 | 32 | 35 |
| Binary | 110110 | 1000011 | 1011100 | 101001 | 11011 | 0 | 1000000 | 11011011 | 11010 | 11101 |
Color Harmonies of #36435C
Complementary color
Monochromatic Colors of #36435C
Black with #36435C
Text Example
Text Example
White with #36435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36435C; }
p { color: rgb(54,67,92); }
H1.HeaderClassName
{
color: #36435C;
}
.AnyTagClassName
{
color: #36435C;
}
</style>
background-color css
<style>
a { background-color: #36435C; }
a { background-color: rgb(54,67,92); }
div.DivClassName
{
background-color: #36435C;
}
.BgClassName
{
background-color: #36435C;
}
</style>
border-color css
<style>
span { border-color: #36435C; }
span { border-color: rgb(54,67,92); }
td.TdClassName
{
border-color: #36435C;
}
.TagClassName
{
border-color: #36435C;
}
</style>