Shades of Gulf Blue #363F57
Tints of Gulf Blue #363F57
RGB
CMYK
RGB Variations
Color information
#363F57 (or 0x363F57) is known color: Gulf Blue. HEX triplet: 36, 3F and 57. RGB value is (54,63,87). Sum of RGB (Red+Green+Blue) = 54+63+87=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #363F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F57 is #C9C0A8. Grayscale: #3E3E3E. Windows color (decimal): -13222057 or 5717814. OLE color: 5717814.
HSL color Cylindrical-coordinate representation of color #363F57: hue angle of 223.64º 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 #363F57 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 54 | 63 | 87 | - |
| CMYK | 0.38 | 0.28 | 0 | 0.66 |
| HSL | 223.64º | 0.23% | 0.28% | - |
| HSV(B) | 223.64º | 0.38% | 0.34% | - |
| XYZ | 5.02 | 5.03 | 9.72 | - |
| YUV | 63.05 | 141.52 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 87 | 0.38 | 0.28 | 0 | 0.66 | 223.64 | 0.23 | 0.28 |
| Hex | 36 | 3F | 57 | 26 | 1C | 0 | 42 | E0 | 17 | 1C |
| Octal | 66 | 77 | 127 | 46 | 34 | 0 | 102 | 340 | 27 | 34 |
| Binary | 110110 | 111111 | 1010111 | 100110 | 11100 | 0 | 1000010 | 11100000 | 10111 | 11100 |
Color Harmonies of #363F57
Complementary color
Monochromatic Colors of #363F57
Black with #363F57
Text Example
Text Example
White with #363F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F57; }
p { color: rgb(54,63,87); }
H1.HeaderClassName
{
color: #363F57;
}
.AnyTagClassName
{
color: #363F57;
}
</style>
background-color css
<style>
a { background-color: #363F57; }
a { background-color: rgb(54,63,87); }
div.DivClassName
{
background-color: #363F57;
}
.BgClassName
{
background-color: #363F57;
}
</style>
border-color css
<style>
span { border-color: #363F57; }
span { border-color: rgb(54,63,87); }
td.TdClassName
{
border-color: #363F57;
}
.TagClassName
{
border-color: #363F57;
}
</style>