Shades of Cello #315164
Tints of Cello #315164
RGB
CMYK
RGB Variations
Color information
#315164 (or 0x315164) is known color: Cello. HEX triplet: 31, 51 and 64. RGB value is (49,81,100). Sum of RGB (Red+Green+Blue) = 49+81+100=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #315164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315164 is #CEAE9B. Grayscale: #494949. Windows color (decimal): -13545116 or 6574385. OLE color: 6574385.
HSL color Cylindrical-coordinate representation of color #315164: hue angle of 202.35º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315164 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 81 | 100 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.61 |
| HSL | 202.35º | 0.34% | 0.29% | - |
| HSV(B) | 202.35º | 0.51% | 0.39% | - |
| XYZ | 6.51 | 7.46 | 13.15 | - |
| YUV | 73.6 | 142.9 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 100 | 0.51 | 0.19 | 0 | 0.61 | 202.35 | 0.34 | 0.29 |
| Hex | 31 | 51 | 64 | 33 | 13 | 0 | 3D | CA | 22 | 1D |
| Octal | 61 | 121 | 144 | 63 | 23 | 0 | 75 | 312 | 42 | 35 |
| Binary | 110001 | 1010001 | 1100100 | 110011 | 10011 | 0 | 111101 | 11001010 | 100010 | 11101 |
Color Harmonies of #315164
Complementary color
Monochromatic Colors of #315164
Black with #315164
Text Example
Text Example
White with #315164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315164; }
p { color: rgb(49,81,100); }
H1.HeaderClassName
{
color: #315164;
}
.AnyTagClassName
{
color: #315164;
}
</style>
background-color css
<style>
a { background-color: #315164; }
a { background-color: rgb(49,81,100); }
div.DivClassName
{
background-color: #315164;
}
.BgClassName
{
background-color: #315164;
}
</style>
border-color css
<style>
span { border-color: #315164; }
span { border-color: rgb(49,81,100); }
td.TdClassName
{
border-color: #315164;
}
.TagClassName
{
border-color: #315164;
}
</style>