Shades of Gulf Blue #363F56
Tints of Gulf Blue #363F56
RGB
CMYK
RGB Variations
Color information
#363F56 (or 0x363F56) is known color: Gulf Blue. HEX triplet: 36, 3F and 56. RGB value is (54,63,86). Sum of RGB (Red+Green+Blue) = 54+63+86=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 86 (33.98% from 255 or 42.36% from 203); Max value from RGB is 86 - color contains mainly: blue. Hex color #363F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F56 is #C9C0A9. Grayscale: #3E3E3E. Windows color (decimal): -13222058 or 5652278. OLE color: 5652278.
HSL color Cylindrical-coordinate representation of color #363F56: hue angle of 223.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #363F56 is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 63 | 86 | - |
| CMYK | 0.37 | 0.27 | 0 | 0.66 |
| HSL | 223.13º | 0.23% | 0.27% | - |
| HSV(B) | 223.13º | 0.37% | 0.34% | - |
| XYZ | 4.98 | 5.01 | 9.51 | - |
| YUV | 62.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 86 | 0.37 | 0.27 | 0 | 0.66 | 223.13 | 0.23 | 0.27 |
| Hex | 36 | 3F | 56 | 25 | 1B | 0 | 42 | DF | 17 | 1B |
| Octal | 66 | 77 | 126 | 45 | 33 | 0 | 102 | 337 | 27 | 33 |
| Binary | 110110 | 111111 | 1010110 | 100101 | 11011 | 0 | 1000010 | 11011111 | 10111 | 11011 |
Color Harmonies of #363F56
Complementary color
Monochromatic Colors of #363F56
Black with #363F56
Text Example
Text Example
White with #363F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F56; }
p { color: rgb(54,63,86); }
H1.HeaderClassName
{
color: #363F56;
}
.AnyTagClassName
{
color: #363F56;
}
</style>
background-color css
<style>
a { background-color: #363F56; }
a { background-color: rgb(54,63,86); }
div.DivClassName
{
background-color: #363F56;
}
.BgClassName
{
background-color: #363F56;
}
</style>
border-color css
<style>
span { border-color: #363F56; }
span { border-color: rgb(54,63,86); }
td.TdClassName
{
border-color: #363F56;
}
.TagClassName
{
border-color: #363F56;
}
</style>