Shades of Cello #425364
Tints of Cello #425364
RGB
CMYK
RGB Variations
Color information
#425364 (or 0x425364) is known color: Cello. HEX triplet: 42, 53 and 64. RGB value is (66,83,100). Sum of RGB (Red+Green+Blue) = 66+83+100=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #425364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425364 is #BDAC9B. Grayscale: #4F4F4F. Windows color (decimal): -12430492 or 6574914. OLE color: 6574914.
HSL color Cylindrical-coordinate representation of color #425364: hue angle of 210º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #425364 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 83 | 100 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.61 |
| HSL | 210º | 0.2% | 0.33% | - |
| HSV(B) | 210º | 0.34% | 0.39% | - |
| XYZ | 7.64 | 8.26 | 13.25 | - |
| YUV | 79.86 | 139.37 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 100 | 0.34 | 0.17 | 0 | 0.61 | 210 | 0.2 | 0.33 |
| Hex | 42 | 53 | 64 | 22 | 11 | 0 | 3D | D2 | 14 | 21 |
| Octal | 102 | 123 | 144 | 42 | 21 | 0 | 75 | 322 | 24 | 41 |
| Binary | 1000010 | 1010011 | 1100100 | 100010 | 10001 | 0 | 111101 | 11010010 | 10100 | 100001 |
Color Harmonies of #425364
Complementary color
Monochromatic Colors of #425364
Black with #425364
Text Example
Text Example
White with #425364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425364; }
p { color: rgb(66,83,100); }
H1.HeaderClassName
{
color: #425364;
}
.AnyTagClassName
{
color: #425364;
}
</style>
background-color css
<style>
a { background-color: #425364; }
a { background-color: rgb(66,83,100); }
div.DivClassName
{
background-color: #425364;
}
.BgClassName
{
background-color: #425364;
}
</style>
border-color css
<style>
span { border-color: #425364; }
span { border-color: rgb(66,83,100); }
td.TdClassName
{
border-color: #425364;
}
.TagClassName
{
border-color: #425364;
}
</style>