Shades of Casal #2F565F
Tints of Casal #2F565F
RGB
CMYK
RGB Variations
Color information
#2F565F (or 0x2F565F) is known color: Casal. HEX triplet: 2F, 56 and 5F. RGB value is (47,86,95). Sum of RGB (Red+Green+Blue) = 47+86+95=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 95 - color contains mainly: blue. Hex color #2F565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F565F is #D0A9A0. Grayscale: #4B4B4B. Windows color (decimal): -13674913 or 6247983. OLE color: 6247983.
HSL color Cylindrical-coordinate representation of color #2F565F: hue angle of 191.25º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F565F is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 47 | 86 | 95 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.63 |
| HSL | 191.25º | 0.34% | 0.28% | - |
| HSV(B) | 191.25º | 0.51% | 0.37% | - |
| XYZ | 6.57 | 8.09 | 12.04 | - |
| YUV | 75.37 | 139.08 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 86 | 95 | 0.51 | 0.09 | 0 | 0.63 | 191.25 | 0.34 | 0.28 |
| Hex | 2F | 56 | 5F | 33 | 9 | 0 | 3F | BF | 22 | 1C |
| Octal | 57 | 126 | 137 | 63 | 11 | 0 | 77 | 277 | 42 | 34 |
| Binary | 101111 | 1010110 | 1011111 | 110011 | 1001 | 0 | 111111 | 10111111 | 100010 | 11100 |
Color Harmonies of #2F565F
Complementary color
Monochromatic Colors of #2F565F
Black with #2F565F
Text Example
Text Example
White with #2F565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F565F; }
p { color: rgb(47,86,95); }
H1.HeaderClassName
{
color: #2F565F;
}
.AnyTagClassName
{
color: #2F565F;
}
</style>
background-color css
<style>
a { background-color: #2F565F; }
a { background-color: rgb(47,86,95); }
div.DivClassName
{
background-color: #2F565F;
}
.BgClassName
{
background-color: #2F565F;
}
</style>
border-color css
<style>
span { border-color: #2F565F; }
span { border-color: rgb(47,86,95); }
td.TdClassName
{
border-color: #2F565F;
}
.TagClassName
{
border-color: #2F565F;
}
</style>