Shades of Cello #3D5369
Tints of Cello #3D5369
RGB
CMYK
RGB Variations
Color information
#3D5369 (or 0x3D5369) is known color: Cello. HEX triplet: 3D, 53 and 69. RGB value is (61,83,105). Sum of RGB (Red+Green+Blue) = 61+83+105=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #3D5369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5369 is #C2AC96. Grayscale: #4E4E4E. Windows color (decimal): -12758167 or 6902589. OLE color: 6902589.
HSL color Cylindrical-coordinate representation of color #3D5369: hue angle of 210º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D5369 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 83 | 105 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.59 |
| HSL | 210º | 0.27% | 0.33% | - |
| HSV(B) | 210º | 0.42% | 0.41% | - |
| XYZ | 7.57 | 8.2 | 14.55 | - |
| YUV | 78.93 | 142.71 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 83 | 105 | 0.42 | 0.21 | 0 | 0.59 | 210 | 0.27 | 0.33 |
| Hex | 3D | 53 | 69 | 2A | 15 | 0 | 3B | D2 | 1B | 21 |
| Octal | 75 | 123 | 151 | 52 | 25 | 0 | 73 | 322 | 33 | 41 |
| Binary | 111101 | 1010011 | 1101001 | 101010 | 10101 | 0 | 111011 | 11010010 | 11011 | 100001 |
Color Harmonies of #3D5369
Complementary color
Monochromatic Colors of #3D5369
Black with #3D5369
Text Example
Text Example
White with #3D5369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5369; }
p { color: rgb(61,83,105); }
H1.HeaderClassName
{
color: #3D5369;
}
.AnyTagClassName
{
color: #3D5369;
}
</style>
background-color css
<style>
a { background-color: #3D5369; }
a { background-color: rgb(61,83,105); }
div.DivClassName
{
background-color: #3D5369;
}
.BgClassName
{
background-color: #3D5369;
}
</style>
border-color css
<style>
span { border-color: #3D5369; }
span { border-color: rgb(61,83,105); }
td.TdClassName
{
border-color: #3D5369;
}
.TagClassName
{
border-color: #3D5369;
}
</style>