Shades of Cello #3B536B
Tints of Cello #3B536B
RGB
CMYK
RGB Variations
Color information
#3B536B (or 0x3B536B) is known color: Cello. HEX triplet: 3B, 53 and 6B. RGB value is (59,83,107). Sum of RGB (Red+Green+Blue) = 59+83+107=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #3B536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B536B is #C4AC94. Grayscale: #4E4E4E. Windows color (decimal): -12889237 or 7033659. OLE color: 7033659.
HSL color Cylindrical-coordinate representation of color #3B536B: hue angle of 210º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B536B is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 83 | 107 | - |
| CMYK | 0.45 | 0.22 | 0 | 0.58 |
| HSL | 210º | 0.29% | 0.33% | - |
| HSV(B) | 210º | 0.45% | 0.42% | - |
| XYZ | 7.55 | 8.18 | 15.09 | - |
| YUV | 78.56 | 144.05 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 107 | 0.45 | 0.22 | 0 | 0.58 | 210 | 0.29 | 0.33 |
| Hex | 3B | 53 | 6B | 2D | 16 | 0 | 3A | D2 | 1D | 21 |
| Octal | 73 | 123 | 153 | 55 | 26 | 0 | 72 | 322 | 35 | 41 |
| Binary | 111011 | 1010011 | 1101011 | 101101 | 10110 | 0 | 111010 | 11010010 | 11101 | 100001 |
Color Harmonies of #3B536B
Complementary color
Monochromatic Colors of #3B536B
Black with #3B536B
Text Example
Text Example
White with #3B536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B536B; }
p { color: rgb(59,83,107); }
H1.HeaderClassName
{
color: #3B536B;
}
.AnyTagClassName
{
color: #3B536B;
}
</style>
background-color css
<style>
a { background-color: #3B536B; }
a { background-color: rgb(59,83,107); }
div.DivClassName
{
background-color: #3B536B;
}
.BgClassName
{
background-color: #3B536B;
}
</style>
border-color css
<style>
span { border-color: #3B536B; }
span { border-color: rgb(59,83,107); }
td.TdClassName
{
border-color: #3B536B;
}
.TagClassName
{
border-color: #3B536B;
}
</style>