Shades of Gulf Blue #363A53
Tints of Gulf Blue #363A53
RGB
CMYK
RGB Variations
Color information
#363A53 (or 0x363A53) is known color: Gulf Blue. HEX triplet: 36, 3A and 53. RGB value is (54,58,83). Sum of RGB (Red+Green+Blue) = 54+58+83=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 58 (23.05% from 255 or 29.74% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #363A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A53 is #C9C5AC. Grayscale: #3B3B3B. Windows color (decimal): -13223341 or 5454390. OLE color: 5454390.
HSL color Cylindrical-coordinate representation of color #363A53: hue angle of 231.72º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #363A53 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 58 | 83 | - |
| CMYK | 0.35 | 0.30 | 0 | 0.67 |
| HSL | 231.72º | 0.21% | 0.27% | - |
| HSV(B) | 231.72º | 0.35% | 0.33% | - |
| XYZ | 4.6 | 4.43 | 8.8 | - |
| YUV | 59.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 58 | 83 | 0.35 | 0.30 | 0 | 0.67 | 231.72 | 0.21 | 0.27 |
| Hex | 36 | 3A | 53 | 23 | 1E | 0 | 43 | E8 | 15 | 1B |
| Octal | 66 | 72 | 123 | 43 | 36 | 0 | 103 | 350 | 25 | 33 |
| Binary | 110110 | 111010 | 1010011 | 100011 | 11110 | 0 | 1000011 | 11101000 | 10101 | 11011 |
Color Harmonies of #363A53
Complementary color
Monochromatic Colors of #363A53
Black with #363A53
Text Example
Text Example
White with #363A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363A53; }
p { color: rgb(54,58,83); }
H1.HeaderClassName
{
color: #363A53;
}
.AnyTagClassName
{
color: #363A53;
}
</style>
background-color css
<style>
a { background-color: #363A53; }
a { background-color: rgb(54,58,83); }
div.DivClassName
{
background-color: #363A53;
}
.BgClassName
{
background-color: #363A53;
}
</style>
border-color css
<style>
span { border-color: #363A53; }
span { border-color: rgb(54,58,83); }
td.TdClassName
{
border-color: #363A53;
}
.TagClassName
{
border-color: #363A53;
}
</style>