Shades of Gulf Blue #363D5B
Tints of Gulf Blue #363D5B
RGB
CMYK
RGB Variations
Color information
#363D5B (or 0x363D5B) is known color: Gulf Blue. HEX triplet: 36, 3D and 5B. RGB value is (54,61,91). Sum of RGB (Red+Green+Blue) = 54+61+91=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #363D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D5B is #C9C2A4. Grayscale: #3E3E3E. Windows color (decimal): -13222565 or 5979446. OLE color: 5979446.
HSL color Cylindrical-coordinate representation of color #363D5B: hue angle of 228.65º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #363D5B is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 61 | 91 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.64 |
| HSL | 228.65º | 0.26% | 0.28% | - |
| HSV(B) | 228.65º | 0.41% | 0.36% | - |
| XYZ | 5.08 | 4.88 | 10.57 | - |
| YUV | 62.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 91 | 0.41 | 0.33 | 0 | 0.64 | 228.65 | 0.26 | 0.28 |
| Hex | 36 | 3D | 5B | 29 | 21 | 0 | 40 | E5 | 1A | 1C |
| Octal | 66 | 75 | 133 | 51 | 41 | 0 | 100 | 345 | 32 | 34 |
| Binary | 110110 | 111101 | 1011011 | 101001 | 100001 | 0 | 1000000 | 11100101 | 11010 | 11100 |
Color Harmonies of #363D5B
Complementary color
Monochromatic Colors of #363D5B
Black with #363D5B
Text Example
Text Example
White with #363D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D5B; }
p { color: rgb(54,61,91); }
H1.HeaderClassName
{
color: #363D5B;
}
.AnyTagClassName
{
color: #363D5B;
}
</style>
background-color css
<style>
a { background-color: #363D5B; }
a { background-color: rgb(54,61,91); }
div.DivClassName
{
background-color: #363D5B;
}
.BgClassName
{
background-color: #363D5B;
}
</style>
border-color css
<style>
span { border-color: #363D5B; }
span { border-color: rgb(54,61,91); }
td.TdClassName
{
border-color: #363D5B;
}
.TagClassName
{
border-color: #363D5B;
}
</style>