Shades of Cello #315265
Tints of Cello #315265
RGB
CMYK
RGB Variations
Color information
#315265 (or 0x315265) is known color: Cello. HEX triplet: 31, 52 and 65. RGB value is (49,82,101). Sum of RGB (Red+Green+Blue) = 49+82+101=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #315265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315265 is #CEAD9A. Grayscale: #4A4A4A. Windows color (decimal): -13544859 or 6640177. OLE color: 6640177.
HSL color Cylindrical-coordinate representation of color #315265: hue angle of 201.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #315265 is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 82 | 101 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.60 |
| HSL | 201.92º | 0.35% | 0.29% | - |
| HSV(B) | 201.92º | 0.51% | 0.4% | - |
| XYZ | 6.63 | 7.63 | 13.43 | - |
| YUV | 74.3 | 143.07 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 82 | 101 | 0.51 | 0.19 | 0 | 0.60 | 201.92 | 0.35 | 0.29 |
| Hex | 31 | 52 | 65 | 33 | 13 | 0 | 3C | CA | 23 | 1D |
| Octal | 61 | 122 | 145 | 63 | 23 | 0 | 74 | 312 | 43 | 35 |
| Binary | 110001 | 1010010 | 1100101 | 110011 | 10011 | 0 | 111100 | 11001010 | 100011 | 11101 |
Color Harmonies of #315265
Complementary color
Monochromatic Colors of #315265
Black with #315265
Text Example
Text Example
White with #315265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315265; }
p { color: rgb(49,82,101); }
H1.HeaderClassName
{
color: #315265;
}
.AnyTagClassName
{
color: #315265;
}
</style>
background-color css
<style>
a { background-color: #315265; }
a { background-color: rgb(49,82,101); }
div.DivClassName
{
background-color: #315265;
}
.BgClassName
{
background-color: #315265;
}
</style>
border-color css
<style>
span { border-color: #315265; }
span { border-color: rgb(49,82,101); }
td.TdClassName
{
border-color: #315265;
}
.TagClassName
{
border-color: #315265;
}
</style>