Shades of Cello #384A5A
Tints of Cello #384A5A
RGB
CMYK
RGB Variations
Color information
#384A5A (or 0x384A5A) is known color: Cello. HEX triplet: 38, 4A and 5A. RGB value is (56,74,90). Sum of RGB (Red+Green+Blue) = 56+74+90=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #384A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384A5A is #C7B5A5. Grayscale: #464646. Windows color (decimal): -13088166 or 5917240. OLE color: 5917240.
HSL color Cylindrical-coordinate representation of color #384A5A: hue angle of 208.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #384A5A is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 74 | 90 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.65 |
| HSL | 208.24º | 0.23% | 0.29% | - |
| HSV(B) | 208.24º | 0.38% | 0.35% | - |
| XYZ | 5.93 | 6.48 | 10.61 | - |
| YUV | 70.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 90 | 0.38 | 0.18 | 0 | 0.65 | 208.24 | 0.23 | 0.29 |
| Hex | 38 | 4A | 5A | 26 | 12 | 0 | 41 | D0 | 17 | 1D |
| Octal | 70 | 112 | 132 | 46 | 22 | 0 | 101 | 320 | 27 | 35 |
| Binary | 111000 | 1001010 | 1011010 | 100110 | 10010 | 0 | 1000001 | 11010000 | 10111 | 11101 |
Color Harmonies of #384A5A
Complementary color
Monochromatic Colors of #384A5A
Black with #384A5A
Text Example
Text Example
White with #384A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A5A; }
p { color: rgb(56,74,90); }
H1.HeaderClassName
{
color: #384A5A;
}
.AnyTagClassName
{
color: #384A5A;
}
</style>
background-color css
<style>
a { background-color: #384A5A; }
a { background-color: rgb(56,74,90); }
div.DivClassName
{
background-color: #384A5A;
}
.BgClassName
{
background-color: #384A5A;
}
</style>
border-color css
<style>
span { border-color: #384A5A; }
span { border-color: rgb(56,74,90); }
td.TdClassName
{
border-color: #384A5A;
}
.TagClassName
{
border-color: #384A5A;
}
</style>