Shades of Cello #30465E
Tints of Cello #30465E
RGB
CMYK
RGB Variations
Color information
#30465E (or 0x30465E) is known color: Cello. HEX triplet: 30, 46 and 5E. RGB value is (48,70,94). Sum of RGB (Red+Green+Blue) = 48+70+94=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 94 - color contains mainly: blue. Hex color #30465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465E is #CFB9A1. Grayscale: #424242. Windows color (decimal): -13613474 or 6178352. OLE color: 6178352.
HSL color Cylindrical-coordinate representation of color #30465E: hue angle of 211.3º degrees, saturation: 0.32, 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 #30465E is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 70 | 94 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.63 |
| HSL | 211.3º | 0.32% | 0.28% | - |
| HSV(B) | 211.3º | 0.49% | 0.37% | - |
| XYZ | 5.43 | 5.82 | 11.43 | - |
| YUV | 66.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 94 | 0.49 | 0.26 | 0 | 0.63 | 211.3 | 0.32 | 0.28 |
| Hex | 30 | 46 | 5E | 31 | 1A | 0 | 3F | D3 | 20 | 1C |
| Octal | 60 | 106 | 136 | 61 | 32 | 0 | 77 | 323 | 40 | 34 |
| Binary | 110000 | 1000110 | 1011110 | 110001 | 11010 | 0 | 111111 | 11010011 | 100000 | 11100 |
Color Harmonies of #30465E
Complementary color
Monochromatic Colors of #30465E
Black with #30465E
Text Example
Text Example
White with #30465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30465E; }
p { color: rgb(48,70,94); }
H1.HeaderClassName
{
color: #30465E;
}
.AnyTagClassName
{
color: #30465E;
}
</style>
background-color css
<style>
a { background-color: #30465E; }
a { background-color: rgb(48,70,94); }
div.DivClassName
{
background-color: #30465E;
}
.BgClassName
{
background-color: #30465E;
}
</style>
border-color css
<style>
span { border-color: #30465E; }
span { border-color: rgb(48,70,94); }
td.TdClassName
{
border-color: #30465E;
}
.TagClassName
{
border-color: #30465E;
}
</style>