Shades of Cello #30465F
Tints of Cello #30465F
RGB
CMYK
RGB Variations
Color information
#30465F (or 0x30465F) is known color: Cello. HEX triplet: 30, 46 and 5F. RGB value is (48,70,95). Sum of RGB (Red+Green+Blue) = 48+70+95=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #30465F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465F is #CFB9A0. Grayscale: #424242. Windows color (decimal): -13613473 or 6243888. OLE color: 6243888.
HSL color Cylindrical-coordinate representation of color #30465F: hue angle of 211.91º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30465F is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 70 | 95 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.63 |
| HSL | 211.91º | 0.33% | 0.28% | - |
| HSV(B) | 211.91º | 0.49% | 0.37% | - |
| XYZ | 5.47 | 5.83 | 11.66 | - |
| YUV | 66.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 95 | 0.49 | 0.26 | 0 | 0.63 | 211.91 | 0.33 | 0.28 |
| Hex | 30 | 46 | 5F | 31 | 1A | 0 | 3F | D4 | 21 | 1C |
| Octal | 60 | 106 | 137 | 61 | 32 | 0 | 77 | 324 | 41 | 34 |
| Binary | 110000 | 1000110 | 1011111 | 110001 | 11010 | 0 | 111111 | 11010100 | 100001 | 11100 |
Color Harmonies of #30465F
Complementary color
Monochromatic Colors of #30465F
Black with #30465F
Text Example
Text Example
White with #30465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30465F; }
p { color: rgb(48,70,95); }
H1.HeaderClassName
{
color: #30465F;
}
.AnyTagClassName
{
color: #30465F;
}
</style>
background-color css
<style>
a { background-color: #30465F; }
a { background-color: rgb(48,70,95); }
div.DivClassName
{
background-color: #30465F;
}
.BgClassName
{
background-color: #30465F;
}
</style>
border-color css
<style>
span { border-color: #30465F; }
span { border-color: rgb(48,70,95); }
td.TdClassName
{
border-color: #30465F;
}
.TagClassName
{
border-color: #30465F;
}
</style>