Shades of Gulf Blue #363F5A
Tints of Gulf Blue #363F5A
RGB
CMYK
RGB Variations
Color information
#363F5A (or 0x363F5A) is known color: Gulf Blue. HEX triplet: 36, 3F and 5A. RGB value is (54,63,90). Sum of RGB (Red+Green+Blue) = 54+63+90=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #363F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F5A is #C9C0A5. Grayscale: #3F3F3F. Windows color (decimal): -13222054 or 5914422. OLE color: 5914422.
HSL color Cylindrical-coordinate representation of color #363F5A: hue angle of 225º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363F5A is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 54 | 63 | 90 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.65 |
| HSL | 225º | 0.25% | 0.28% | - |
| HSV(B) | 225º | 0.4% | 0.35% | - |
| XYZ | 5.14 | 5.08 | 10.38 | - |
| YUV | 63.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 90 | 0.40 | 0.30 | 0 | 0.65 | 225 | 0.25 | 0.28 |
| Hex | 36 | 3F | 5A | 28 | 1E | 0 | 41 | E1 | 19 | 1C |
| Octal | 66 | 77 | 132 | 50 | 36 | 0 | 101 | 341 | 31 | 34 |
| Binary | 110110 | 111111 | 1011010 | 101000 | 11110 | 0 | 1000001 | 11100001 | 11001 | 11100 |
Color Harmonies of #363F5A
Complementary color
Monochromatic Colors of #363F5A
Black with #363F5A
Text Example
Text Example
White with #363F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F5A; }
p { color: rgb(54,63,90); }
H1.HeaderClassName
{
color: #363F5A;
}
.AnyTagClassName
{
color: #363F5A;
}
</style>
background-color css
<style>
a { background-color: #363F5A; }
a { background-color: rgb(54,63,90); }
div.DivClassName
{
background-color: #363F5A;
}
.BgClassName
{
background-color: #363F5A;
}
</style>
border-color css
<style>
span { border-color: #363F5A; }
span { border-color: rgb(54,63,90); }
td.TdClassName
{
border-color: #363F5A;
}
.TagClassName
{
border-color: #363F5A;
}
</style>