Shades of Casal #2F575E
Tints of Casal #2F575E
RGB
CMYK
RGB Variations
Color information
#2F575E (or 0x2F575E) is known color: Casal. HEX triplet: 2F, 57 and 5E. RGB value is (47,87,94). Sum of RGB (Red+Green+Blue) = 47+87+94=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F575E is #D0A8A1. Grayscale: #4B4B4B. Windows color (decimal): -13674658 or 6182703. OLE color: 6182703.
HSL color Cylindrical-coordinate representation of color #2F575E: hue angle of 188.94º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F575E is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 87 | 94 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.63 |
| HSL | 188.94º | 0.33% | 0.28% | - |
| HSV(B) | 188.94º | 0.5% | 0.37% | - |
| XYZ | 6.6 | 8.23 | 11.83 | - |
| YUV | 75.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 87 | 94 | 0.5 | 0.07 | 0 | 0.63 | 188.94 | 0.33 | 0.28 |
| Hex | 2F | 57 | 5E | 32 | 7 | 0 | 3F | BD | 21 | 1C |
| Octal | 57 | 127 | 136 | 62 | 7 | 0 | 77 | 275 | 41 | 34 |
| Binary | 101111 | 1010111 | 1011110 | 110010 | 111 | 0 | 111111 | 10111101 | 100001 | 11100 |
Color Harmonies of #2F575E
Complementary color
Monochromatic Colors of #2F575E
Black with #2F575E
Text Example
Text Example
White with #2F575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F575E; }
p { color: rgb(47,87,94); }
H1.HeaderClassName
{
color: #2F575E;
}
.AnyTagClassName
{
color: #2F575E;
}
</style>
background-color css
<style>
a { background-color: #2F575E; }
a { background-color: rgb(47,87,94); }
div.DivClassName
{
background-color: #2F575E;
}
.BgClassName
{
background-color: #2F575E;
}
</style>
border-color css
<style>
span { border-color: #2F575E; }
span { border-color: rgb(47,87,94); }
td.TdClassName
{
border-color: #2F575E;
}
.TagClassName
{
border-color: #2F575E;
}
</style>