Shades of Cello #405367
Tints of Cello #405367
RGB
CMYK
RGB Variations
Color information
#405367 (or 0x405367) is known color: Cello. HEX triplet: 40, 53 and 67. RGB value is (64,83,103). Sum of RGB (Red+Green+Blue) = 64+83+103=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #405367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405367 is #BFAC98. Grayscale: #4F4F4F. Windows color (decimal): -12561561 or 6771520. OLE color: 6771520.
HSL color Cylindrical-coordinate representation of color #405367: hue angle of 210.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405367 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 83 | 103 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.60 |
| HSL | 210.77º | 0.23% | 0.33% | - |
| HSV(B) | 210.77º | 0.38% | 0.4% | - |
| XYZ | 7.66 | 8.26 | 14.02 | - |
| YUV | 79.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 103 | 0.38 | 0.19 | 0 | 0.60 | 210.77 | 0.23 | 0.33 |
| Hex | 40 | 53 | 67 | 26 | 13 | 0 | 3C | D3 | 17 | 21 |
| Octal | 100 | 123 | 147 | 46 | 23 | 0 | 74 | 323 | 27 | 41 |
| Binary | 1000000 | 1010011 | 1100111 | 100110 | 10011 | 0 | 111100 | 11010011 | 10111 | 100001 |
Color Harmonies of #405367
Complementary color
Monochromatic Colors of #405367
Black with #405367
Text Example
Text Example
White with #405367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405367; }
p { color: rgb(64,83,103); }
H1.HeaderClassName
{
color: #405367;
}
.AnyTagClassName
{
color: #405367;
}
</style>
background-color css
<style>
a { background-color: #405367; }
a { background-color: rgb(64,83,103); }
div.DivClassName
{
background-color: #405367;
}
.BgClassName
{
background-color: #405367;
}
</style>
border-color css
<style>
span { border-color: #405367; }
span { border-color: rgb(64,83,103); }
td.TdClassName
{
border-color: #405367;
}
.TagClassName
{
border-color: #405367;
}
</style>