Shades of Cello #395262
Tints of Cello #395262
RGB
CMYK
RGB Variations
Color information
#395262 (or 0x395262) is known color: Cello. HEX triplet: 39, 52 and 62. RGB value is (57,82,98). Sum of RGB (Red+Green+Blue) = 57+82+98=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: blue. Hex color #395262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395262 is #C6AD9D. Grayscale: #4C4C4C. Windows color (decimal): -13020574 or 6443577. OLE color: 6443577.
HSL color Cylindrical-coordinate representation of color #395262: hue angle of 203.41º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #395262 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 57 | 82 | 98 | - |
| CMYK | 0.42 | 0.16 | 0 | 0.62 |
| HSL | 203.41º | 0.26% | 0.3% | - |
| HSV(B) | 203.41º | 0.42% | 0.38% | - |
| XYZ | 6.91 | 7.79 | 12.69 | - |
| YUV | 76.35 | 140.22 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 98 | 0.42 | 0.16 | 0 | 0.62 | 203.41 | 0.26 | 0.3 |
| Hex | 39 | 52 | 62 | 2A | 10 | 0 | 3E | CB | 1A | 1E |
| Octal | 71 | 122 | 142 | 52 | 20 | 0 | 76 | 313 | 32 | 36 |
| Binary | 111001 | 1010010 | 1100010 | 101010 | 10000 | 0 | 111110 | 11001011 | 11010 | 11110 |
Color Harmonies of #395262
Complementary color
Monochromatic Colors of #395262
Black with #395262
Text Example
Text Example
White with #395262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395262; }
p { color: rgb(57,82,98); }
H1.HeaderClassName
{
color: #395262;
}
.AnyTagClassName
{
color: #395262;
}
</style>
background-color css
<style>
a { background-color: #395262; }
a { background-color: rgb(57,82,98); }
div.DivClassName
{
background-color: #395262;
}
.BgClassName
{
background-color: #395262;
}
</style>
border-color css
<style>
span { border-color: #395262; }
span { border-color: rgb(57,82,98); }
td.TdClassName
{
border-color: #395262;
}
.TagClassName
{
border-color: #395262;
}
</style>