Shades of Bay Of Many #373C5C
Tints of Bay Of Many #373C5C
RGB
CMYK
RGB Variations
Color information
#373C5C (or 0x373C5C) is known color: Bay Of Many. HEX triplet: 37, 3C and 5C. RGB value is (55,60,92). Sum of RGB (Red+Green+Blue) = 55+60+92=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #373C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373C5C is #C8C3A3. Grayscale: #3E3E3E. Windows color (decimal): -13157284 or 6044727. OLE color: 6044727.
HSL color Cylindrical-coordinate representation of color #373C5C: hue angle of 231.89º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #373C5C is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 60 | 92 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.64 |
| HSL | 231.89º | 0.25% | 0.29% | - |
| HSV(B) | 231.89º | 0.4% | 0.36% | - |
| XYZ | 5.12 | 4.82 | 10.78 | - |
| YUV | 62.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 92 | 0.40 | 0.35 | 0 | 0.64 | 231.89 | 0.25 | 0.29 |
| Hex | 37 | 3C | 5C | 28 | 23 | 0 | 40 | E8 | 19 | 1D |
| Octal | 67 | 74 | 134 | 50 | 43 | 0 | 100 | 350 | 31 | 35 |
| Binary | 110111 | 111100 | 1011100 | 101000 | 100011 | 0 | 1000000 | 11101000 | 11001 | 11101 |
Color Harmonies of #373C5C
Complementary color
Monochromatic Colors of #373C5C
Black with #373C5C
Text Example
Text Example
White with #373C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C5C; }
p { color: rgb(55,60,92); }
H1.HeaderClassName
{
color: #373C5C;
}
.AnyTagClassName
{
color: #373C5C;
}
</style>
background-color css
<style>
a { background-color: #373C5C; }
a { background-color: rgb(55,60,92); }
div.DivClassName
{
background-color: #373C5C;
}
.BgClassName
{
background-color: #373C5C;
}
</style>
border-color css
<style>
span { border-color: #373C5C; }
span { border-color: rgb(55,60,92); }
td.TdClassName
{
border-color: #373C5C;
}
.TagClassName
{
border-color: #373C5C;
}
</style>