Shades of Gulf Blue #363F58
Tints of Gulf Blue #363F58
RGB
CMYK
RGB Variations
Color information
#363F58 (or 0x363F58) is known color: Gulf Blue. HEX triplet: 36, 3F and 58. RGB value is (54,63,88). Sum of RGB (Red+Green+Blue) = 54+63+88=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 88 (34.77% from 255 or 42.93% from 205); Max value from RGB is 88 - color contains mainly: blue. Hex color #363F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F58 is #C9C0A7. Grayscale: #3F3F3F. Windows color (decimal): -13222056 or 5783350. OLE color: 5783350.
HSL color Cylindrical-coordinate representation of color #363F58: hue angle of 224.12º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363F58 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 63 | 88 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.65 |
| HSL | 224.12º | 0.24% | 0.28% | - |
| HSV(B) | 224.12º | 0.39% | 0.35% | - |
| XYZ | 5.06 | 5.04 | 9.94 | - |
| YUV | 63.16 | 142.02 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 88 | 0.39 | 0.28 | 0 | 0.65 | 224.12 | 0.24 | 0.28 |
| Hex | 36 | 3F | 58 | 27 | 1C | 0 | 41 | E0 | 18 | 1C |
| Octal | 66 | 77 | 130 | 47 | 34 | 0 | 101 | 340 | 30 | 34 |
| Binary | 110110 | 111111 | 1011000 | 100111 | 11100 | 0 | 1000001 | 11100000 | 11000 | 11100 |
Color Harmonies of #363F58
Complementary color
Monochromatic Colors of #363F58
Black with #363F58
Text Example
Text Example
White with #363F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F58; }
p { color: rgb(54,63,88); }
H1.HeaderClassName
{
color: #363F58;
}
.AnyTagClassName
{
color: #363F58;
}
</style>
background-color css
<style>
a { background-color: #363F58; }
a { background-color: rgb(54,63,88); }
div.DivClassName
{
background-color: #363F58;
}
.BgClassName
{
background-color: #363F58;
}
</style>
border-color css
<style>
span { border-color: #363F58; }
span { border-color: rgb(54,63,88); }
td.TdClassName
{
border-color: #363F58;
}
.TagClassName
{
border-color: #363F58;
}
</style>