Shades of Torea Bay #37407C
Tints of Torea Bay #37407C
RGB
CMYK
RGB Variations
Color information
#37407C (or 0x37407C) is known color: Torea Bay. HEX triplet: 37, 40 and 7C. RGB value is (55,64,124). Sum of RGB (Red+Green+Blue) = 55+64+124=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #37407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37407C is #C8BF83. Grayscale: #434343. Windows color (decimal): -13156228 or 8142903. OLE color: 8142903.
HSL color Cylindrical-coordinate representation of color #37407C: hue angle of 232.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37407C is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 64 | 124 | - |
| CMYK | 0.56 | 0.48 | 0 | 0.51 |
| HSL | 232.17º | 0.39% | 0.35% | - |
| HSV(B) | 232.17º | 0.56% | 0.49% | - |
| XYZ | 7.05 | 5.93 | 19.84 | - |
| YUV | 68.15 | 159.52 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 124 | 0.56 | 0.48 | 0 | 0.51 | 232.17 | 0.39 | 0.35 |
| Hex | 37 | 40 | 7C | 38 | 30 | 0 | 33 | E8 | 27 | 23 |
| Octal | 67 | 100 | 174 | 70 | 60 | 0 | 63 | 350 | 47 | 43 |
| Binary | 110111 | 1000000 | 1111100 | 111000 | 110000 | 0 | 110011 | 11101000 | 100111 | 100011 |
Color Harmonies of #37407C
Complementary color
Monochromatic Colors of #37407C
Black with #37407C
Text Example
Text Example
White with #37407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37407C; }
p { color: rgb(55,64,124); }
H1.HeaderClassName
{
color: #37407C;
}
.AnyTagClassName
{
color: #37407C;
}
</style>
background-color css
<style>
a { background-color: #37407C; }
a { background-color: rgb(55,64,124); }
div.DivClassName
{
background-color: #37407C;
}
.BgClassName
{
background-color: #37407C;
}
</style>
border-color css
<style>
span { border-color: #37407C; }
span { border-color: rgb(55,64,124); }
td.TdClassName
{
border-color: #37407C;
}
.TagClassName
{
border-color: #37407C;
}
</style>