Shades of Cello #30475D
Tints of Cello #30475D
RGB
CMYK
RGB Variations
Color information
#30475D (or 0x30475D) is known color: Cello. HEX triplet: 30, 47 and 5D. RGB value is (48,71,93). Sum of RGB (Red+Green+Blue) = 48+71+93=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #30475D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30475D is #CFB8A2. Grayscale: #424242. Windows color (decimal): -13613219 or 6113072. OLE color: 6113072.
HSL color Cylindrical-coordinate representation of color #30475D: hue angle of 209.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30475D is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 71 | 93 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.64 |
| HSL | 209.33º | 0.32% | 0.28% | - |
| HSV(B) | 209.33º | 0.48% | 0.36% | - |
| XYZ | 5.45 | 5.93 | 11.21 | - |
| YUV | 66.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 93 | 0.48 | 0.24 | 0 | 0.64 | 209.33 | 0.32 | 0.28 |
| Hex | 30 | 47 | 5D | 30 | 18 | 0 | 40 | D1 | 20 | 1C |
| Octal | 60 | 107 | 135 | 60 | 30 | 0 | 100 | 321 | 40 | 34 |
| Binary | 110000 | 1000111 | 1011101 | 110000 | 11000 | 0 | 1000000 | 11010001 | 100000 | 11100 |
Color Harmonies of #30475D
Complementary color
Monochromatic Colors of #30475D
Black with #30475D
Text Example
Text Example
White with #30475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30475D; }
p { color: rgb(48,71,93); }
H1.HeaderClassName
{
color: #30475D;
}
.AnyTagClassName
{
color: #30475D;
}
</style>
background-color css
<style>
a { background-color: #30475D; }
a { background-color: rgb(48,71,93); }
div.DivClassName
{
background-color: #30475D;
}
.BgClassName
{
background-color: #30475D;
}
</style>
border-color css
<style>
span { border-color: #30475D; }
span { border-color: rgb(48,71,93); }
td.TdClassName
{
border-color: #30475D;
}
.TagClassName
{
border-color: #30475D;
}
</style>