Shades of Gulf Blue #363D57
Tints of Gulf Blue #363D57
RGB
CMYK
RGB Variations
Color information
#363D57 (or 0x363D57) is known color: Gulf Blue. HEX triplet: 36, 3D and 57. RGB value is (54,61,87). Sum of RGB (Red+Green+Blue) = 54+61+87=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #363D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D57 is #C9C2A8. Grayscale: #3D3D3D. Windows color (decimal): -13222569 or 5717302. OLE color: 5717302.
HSL color Cylindrical-coordinate representation of color #363D57: hue angle of 227.27º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #363D57 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 61 | 87 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.66 |
| HSL | 227.27º | 0.23% | 0.28% | - |
| HSV(B) | 227.27º | 0.38% | 0.34% | - |
| XYZ | 4.91 | 4.81 | 9.69 | - |
| YUV | 61.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 87 | 0.38 | 0.30 | 0 | 0.66 | 227.27 | 0.23 | 0.28 |
| Hex | 36 | 3D | 57 | 26 | 1E | 0 | 42 | E3 | 17 | 1C |
| Octal | 66 | 75 | 127 | 46 | 36 | 0 | 102 | 343 | 27 | 34 |
| Binary | 110110 | 111101 | 1010111 | 100110 | 11110 | 0 | 1000010 | 11100011 | 10111 | 11100 |
Color Harmonies of #363D57
Complementary color
Monochromatic Colors of #363D57
Black with #363D57
Text Example
Text Example
White with #363D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D57; }
p { color: rgb(54,61,87); }
H1.HeaderClassName
{
color: #363D57;
}
.AnyTagClassName
{
color: #363D57;
}
</style>
background-color css
<style>
a { background-color: #363D57; }
a { background-color: rgb(54,61,87); }
div.DivClassName
{
background-color: #363D57;
}
.BgClassName
{
background-color: #363D57;
}
</style>
border-color css
<style>
span { border-color: #363D57; }
span { border-color: rgb(54,61,87); }
td.TdClassName
{
border-color: #363D57;
}
.TagClassName
{
border-color: #363D57;
}
</style>