Shades of Cello #30465D
Tints of Cello #30465D
RGB
CMYK
RGB Variations
Color information
#30465D (or 0x30465D) is known color: Cello. HEX triplet: 30, 46 and 5D. RGB value is (48,70,93). Sum of RGB (Red+Green+Blue) = 48+70+93=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 93 (36.72% from 255 or 44.08% from 211); Max value from RGB is 93 - color contains mainly: blue. Hex color #30465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465D is #CFB9A2. Grayscale: #414141. Windows color (decimal): -13613475 or 6112816. OLE color: 6112816.
HSL color Cylindrical-coordinate representation of color #30465D: hue angle of 210.67º 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 #30465D is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 70 | 93 | - |
| CMYK | 0.48 | 0.25 | 0 | 0.64 |
| HSL | 210.67º | 0.32% | 0.28% | - |
| HSV(B) | 210.67º | 0.48% | 0.36% | - |
| XYZ | 5.38 | 5.8 | 11.19 | - |
| YUV | 66.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 93 | 0.48 | 0.25 | 0 | 0.64 | 210.67 | 0.32 | 0.28 |
| Hex | 30 | 46 | 5D | 30 | 19 | 0 | 40 | D3 | 20 | 1C |
| Octal | 60 | 106 | 135 | 60 | 31 | 0 | 100 | 323 | 40 | 34 |
| Binary | 110000 | 1000110 | 1011101 | 110000 | 11001 | 0 | 1000000 | 11010011 | 100000 | 11100 |
Color Harmonies of #30465D
Complementary color
Monochromatic Colors of #30465D
Black with #30465D
Text Example
Text Example
White with #30465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30465D; }
p { color: rgb(48,70,93); }
H1.HeaderClassName
{
color: #30465D;
}
.AnyTagClassName
{
color: #30465D;
}
</style>
background-color css
<style>
a { background-color: #30465D; }
a { background-color: rgb(48,70,93); }
div.DivClassName
{
background-color: #30465D;
}
.BgClassName
{
background-color: #30465D;
}
</style>
border-color css
<style>
span { border-color: #30465D; }
span { border-color: rgb(48,70,93); }
td.TdClassName
{
border-color: #30465D;
}
.TagClassName
{
border-color: #30465D;
}
</style>