Shades of Gulf Blue #373B53
Tints of Gulf Blue #373B53
RGB
CMYK
RGB Variations
Color information
#373B53 (or 0x373B53) is known color: Gulf Blue. HEX triplet: 37, 3B and 53. RGB value is (55,59,83). Sum of RGB (Red+Green+Blue) = 55+59+83=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 59 (23.44% from 255 or 29.95% 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 #373B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373B53 is #C8C4AC. Grayscale: #3C3C3C. Windows color (decimal): -13157549 or 5454647. OLE color: 5454647.
HSL color Cylindrical-coordinate representation of color #373B53: hue angle of 231.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #373B53 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 59 | 83 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.67 |
| HSL | 231.43º | 0.2% | 0.27% | - |
| HSV(B) | 231.43º | 0.34% | 0.33% | - |
| XYZ | 4.7 | 4.56 | 8.82 | - |
| YUV | 60.54 | 140.67 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 83 | 0.34 | 0.29 | 0 | 0.67 | 231.43 | 0.2 | 0.27 |
| Hex | 37 | 3B | 53 | 22 | 1D | 0 | 43 | E7 | 14 | 1B |
| Octal | 67 | 73 | 123 | 42 | 35 | 0 | 103 | 347 | 24 | 33 |
| Binary | 110111 | 111011 | 1010011 | 100010 | 11101 | 0 | 1000011 | 11100111 | 10100 | 11011 |
Color Harmonies of #373B53
Complementary color
Monochromatic Colors of #373B53
Black with #373B53
Text Example
Text Example
White with #373B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B53; }
p { color: rgb(55,59,83); }
H1.HeaderClassName
{
color: #373B53;
}
.AnyTagClassName
{
color: #373B53;
}
</style>
background-color css
<style>
a { background-color: #373B53; }
a { background-color: rgb(55,59,83); }
div.DivClassName
{
background-color: #373B53;
}
.BgClassName
{
background-color: #373B53;
}
</style>
border-color css
<style>
span { border-color: #373B53; }
span { border-color: rgb(55,59,83); }
td.TdClassName
{
border-color: #373B53;
}
.TagClassName
{
border-color: #373B53;
}
</style>