Shades of Cello #375363
Tints of Cello #375363
RGB
CMYK
RGB Variations
Color information
#375363 (or 0x375363) is known color: Cello. HEX triplet: 37, 53 and 63. RGB value is (55,83,99). Sum of RGB (Red+Green+Blue) = 55+83+99=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #375363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375363 is #C8AC9C. Grayscale: #4C4C4C. Windows color (decimal): -13151389 or 6509367. OLE color: 6509367.
HSL color Cylindrical-coordinate representation of color #375363: hue angle of 201.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #375363 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 55 | 83 | 99 | - |
| CMYK | 0.44 | 0.16 | 0 | 0.61 |
| HSL | 201.82º | 0.29% | 0.3% | - |
| HSV(B) | 201.82º | 0.44% | 0.39% | - |
| XYZ | 6.92 | 7.9 | 12.96 | - |
| YUV | 76.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 99 | 0.44 | 0.16 | 0 | 0.61 | 201.82 | 0.29 | 0.3 |
| Hex | 37 | 53 | 63 | 2C | 10 | 0 | 3D | CA | 1D | 1E |
| Octal | 67 | 123 | 143 | 54 | 20 | 0 | 75 | 312 | 35 | 36 |
| Binary | 110111 | 1010011 | 1100011 | 101100 | 10000 | 0 | 111101 | 11001010 | 11101 | 11110 |
Color Harmonies of #375363
Complementary color
Monochromatic Colors of #375363
Black with #375363
Text Example
Text Example
White with #375363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375363; }
p { color: rgb(55,83,99); }
H1.HeaderClassName
{
color: #375363;
}
.AnyTagClassName
{
color: #375363;
}
</style>
background-color css
<style>
a { background-color: #375363; }
a { background-color: rgb(55,83,99); }
div.DivClassName
{
background-color: #375363;
}
.BgClassName
{
background-color: #375363;
}
</style>
border-color css
<style>
span { border-color: #375363; }
span { border-color: rgb(55,83,99); }
td.TdClassName
{
border-color: #375363;
}
.TagClassName
{
border-color: #375363;
}
</style>