Shades of Casal #37505B
Tints of Casal #37505B
RGB
CMYK
RGB Variations
Color information
#37505B (or 0x37505B) is known color: Casal. HEX triplet: 37, 50 and 5B. RGB value is (55,80,91). Sum of RGB (Red+Green+Blue) = 55+80+91=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #37505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37505B is #C8AFA4. Grayscale: #494949. Windows color (decimal): -13152165 or 5984311. OLE color: 5984311.
HSL color Cylindrical-coordinate representation of color #37505B: hue angle of 198.33º 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 #37505B is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 80 | 91 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.64 |
| HSL | 198.33º | 0.25% | 0.29% | - |
| HSV(B) | 198.33º | 0.4% | 0.36% | - |
| XYZ | 6.33 | 7.3 | 10.97 | - |
| YUV | 73.78 | 137.72 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 80 | 91 | 0.40 | 0.12 | 0 | 0.64 | 198.33 | 0.25 | 0.29 |
| Hex | 37 | 50 | 5B | 28 | C | 0 | 40 | C6 | 19 | 1D |
| Octal | 67 | 120 | 133 | 50 | 14 | 0 | 100 | 306 | 31 | 35 |
| Binary | 110111 | 1010000 | 1011011 | 101000 | 1100 | 0 | 1000000 | 11000110 | 11001 | 11101 |
Color Harmonies of #37505B
Complementary color
Monochromatic Colors of #37505B
Black with #37505B
Text Example
Text Example
White with #37505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37505B; }
p { color: rgb(55,80,91); }
H1.HeaderClassName
{
color: #37505B;
}
.AnyTagClassName
{
color: #37505B;
}
</style>
background-color css
<style>
a { background-color: #37505B; }
a { background-color: rgb(55,80,91); }
div.DivClassName
{
background-color: #37505B;
}
.BgClassName
{
background-color: #37505B;
}
</style>
border-color css
<style>
span { border-color: #37505B; }
span { border-color: rgb(55,80,91); }
td.TdClassName
{
border-color: #37505B;
}
.TagClassName
{
border-color: #37505B;
}
</style>