Shades of Cello #3D505B
Tints of Cello #3D505B
RGB
CMYK
RGB Variations
Color information
#3D505B (or 0x3D505B) is known color: Cello. HEX triplet: 3D, 50 and 5B. RGB value is (61,80,91). Sum of RGB (Red+Green+Blue) = 61+80+91=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D505B is #C2AFA4. Grayscale: #4B4B4B. Windows color (decimal): -12758949 or 5984317. OLE color: 5984317.
HSL color Cylindrical-coordinate representation of color #3D505B: hue angle of 202º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D505B is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 80 | 91 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.64 |
| HSL | 202º | 0.2% | 0.3% | - |
| HSV(B) | 202º | 0.33% | 0.36% | - |
| XYZ | 6.68 | 7.48 | 10.99 | - |
| YUV | 75.57 | 136.71 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 80 | 91 | 0.33 | 0.12 | 0 | 0.64 | 202 | 0.2 | 0.3 |
| Hex | 3D | 50 | 5B | 21 | C | 0 | 40 | CA | 14 | 1E |
| Octal | 75 | 120 | 133 | 41 | 14 | 0 | 100 | 312 | 24 | 36 |
| Binary | 111101 | 1010000 | 1011011 | 100001 | 1100 | 0 | 1000000 | 11001010 | 10100 | 11110 |
Color Harmonies of #3D505B
Complementary color
Monochromatic Colors of #3D505B
Black with #3D505B
Text Example
Text Example
White with #3D505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D505B; }
p { color: rgb(61,80,91); }
H1.HeaderClassName
{
color: #3D505B;
}
.AnyTagClassName
{
color: #3D505B;
}
</style>
background-color css
<style>
a { background-color: #3D505B; }
a { background-color: rgb(61,80,91); }
div.DivClassName
{
background-color: #3D505B;
}
.BgClassName
{
background-color: #3D505B;
}
</style>
border-color css
<style>
span { border-color: #3D505B; }
span { border-color: rgb(61,80,91); }
td.TdClassName
{
border-color: #3D505B;
}
.TagClassName
{
border-color: #3D505B;
}
</style>