Shades of Cello #38526D
Tints of Cello #38526D
RGB
CMYK
RGB Variations
Color information
#38526D (or 0x38526D) is known color: Cello. HEX triplet: 38, 52 and 6D. RGB value is (56,82,109). Sum of RGB (Red+Green+Blue) = 56+82+109=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 109 - color contains mainly: blue. Hex color #38526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38526D is #C7AD92. Grayscale: #4D4D4D. Windows color (decimal): -13086099 or 7164472. OLE color: 7164472.
HSL color Cylindrical-coordinate representation of color #38526D: hue angle of 210.57º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38526D is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 82 | 109 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.57 |
| HSL | 210.57º | 0.32% | 0.32% | - |
| HSV(B) | 210.57º | 0.49% | 0.43% | - |
| XYZ | 7.41 | 7.98 | 15.62 | - |
| YUV | 77.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 82 | 109 | 0.49 | 0.25 | 0 | 0.57 | 210.57 | 0.32 | 0.32 |
| Hex | 38 | 52 | 6D | 31 | 19 | 0 | 39 | D3 | 20 | 20 |
| Octal | 70 | 122 | 155 | 61 | 31 | 0 | 71 | 323 | 40 | 40 |
| Binary | 111000 | 1010010 | 1101101 | 110001 | 11001 | 0 | 111001 | 11010011 | 100000 | 100000 |
Color Harmonies of #38526D
Complementary color
Monochromatic Colors of #38526D
Black with #38526D
Text Example
Text Example
White with #38526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38526D; }
p { color: rgb(56,82,109); }
H1.HeaderClassName
{
color: #38526D;
}
.AnyTagClassName
{
color: #38526D;
}
</style>
background-color css
<style>
a { background-color: #38526D; }
a { background-color: rgb(56,82,109); }
div.DivClassName
{
background-color: #38526D;
}
.BgClassName
{
background-color: #38526D;
}
</style>
border-color css
<style>
span { border-color: #38526D; }
span { border-color: rgb(56,82,109); }
td.TdClassName
{
border-color: #38526D;
}
.TagClassName
{
border-color: #38526D;
}
</style>