Shades of Gulf Blue #373A54
Tints of Gulf Blue #373A54
RGB
CMYK
RGB Variations
Color information
#373A54 (or 0x373A54) is known color: Gulf Blue. HEX triplet: 37, 3A and 54. RGB value is (55,58,84). Sum of RGB (Red+Green+Blue) = 55+58+84=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #373A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373A54 is #C8C5AB. Grayscale: #3B3B3B. Windows color (decimal): -13157804 or 5519927. OLE color: 5519927.
HSL color Cylindrical-coordinate representation of color #373A54: hue angle of 233.79º 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 #373A54 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 55 | 58 | 84 | - |
| CMYK | 0.35 | 0.31 | 0 | 0.67 |
| HSL | 233.79º | 0.21% | 0.27% | - |
| HSV(B) | 233.79º | 0.35% | 0.33% | - |
| XYZ | 4.69 | 4.48 | 9 | - |
| YUV | 60.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 84 | 0.35 | 0.31 | 0 | 0.67 | 233.79 | 0.21 | 0.27 |
| Hex | 37 | 3A | 54 | 23 | 1F | 0 | 43 | EA | 15 | 1B |
| Octal | 67 | 72 | 124 | 43 | 37 | 0 | 103 | 352 | 25 | 33 |
| Binary | 110111 | 111010 | 1010100 | 100011 | 11111 | 0 | 1000011 | 11101010 | 10101 | 11011 |
Color Harmonies of #373A54
Complementary color
Monochromatic Colors of #373A54
Black with #373A54
Text Example
Text Example
White with #373A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A54; }
p { color: rgb(55,58,84); }
H1.HeaderClassName
{
color: #373A54;
}
.AnyTagClassName
{
color: #373A54;
}
</style>
background-color css
<style>
a { background-color: #373A54; }
a { background-color: rgb(55,58,84); }
div.DivClassName
{
background-color: #373A54;
}
.BgClassName
{
background-color: #373A54;
}
</style>
border-color css
<style>
span { border-color: #373A54; }
span { border-color: rgb(55,58,84); }
td.TdClassName
{
border-color: #373A54;
}
.TagClassName
{
border-color: #373A54;
}
</style>