Shades of Gulf Blue #363C53
Tints of Gulf Blue #363C53
RGB
CMYK
RGB Variations
Color information
#363C53 (or 0x363C53) is known color: Gulf Blue. HEX triplet: 36, 3C and 53. RGB value is (54,60,83). Sum of RGB (Red+Green+Blue) = 54+60+83=197 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.41% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #363C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363C53 is #C9C3AC. Grayscale: #3C3C3C. Windows color (decimal): -13222829 or 5454902. OLE color: 5454902.
HSL color Cylindrical-coordinate representation of color #363C53: hue angle of 227.59º 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 #363C53 is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 54 | 60 | 83 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.67 |
| HSL | 227.59º | 0.21% | 0.27% | - |
| HSV(B) | 227.59º | 0.35% | 0.33% | - |
| XYZ | 4.7 | 4.64 | 8.83 | - |
| YUV | 60.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 83 | 0.35 | 0.28 | 0 | 0.67 | 227.59 | 0.21 | 0.27 |
| Hex | 36 | 3C | 53 | 23 | 1C | 0 | 43 | E4 | 15 | 1B |
| Octal | 66 | 74 | 123 | 43 | 34 | 0 | 103 | 344 | 25 | 33 |
| Binary | 110110 | 111100 | 1010011 | 100011 | 11100 | 0 | 1000011 | 11100100 | 10101 | 11011 |
Color Harmonies of #363C53
Complementary color
Monochromatic Colors of #363C53
Black with #363C53
Text Example
Text Example
White with #363C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C53; }
p { color: rgb(54,60,83); }
H1.HeaderClassName
{
color: #363C53;
}
.AnyTagClassName
{
color: #363C53;
}
</style>
background-color css
<style>
a { background-color: #363C53; }
a { background-color: rgb(54,60,83); }
div.DivClassName
{
background-color: #363C53;
}
.BgClassName
{
background-color: #363C53;
}
</style>
border-color css
<style>
span { border-color: #363C53; }
span { border-color: rgb(54,60,83); }
td.TdClassName
{
border-color: #363C53;
}
.TagClassName
{
border-color: #363C53;
}
</style>