Shades of Cello #30465B
Tints of Cello #30465B
RGB
CMYK
RGB Variations
Color information
#30465B (or 0x30465B) is known color: Cello. HEX triplet: 30, 46 and 5B. RGB value is (48,70,91). Sum of RGB (Red+Green+Blue) = 48+70+91=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 91 - color contains mainly: blue. Hex color #30465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30465B is #CFB9A4. Grayscale: #414141. Windows color (decimal): -13613477 or 5981744. OLE color: 5981744.
HSL color Cylindrical-coordinate representation of color #30465B: hue angle of 209.3º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30465B is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 70 | 91 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.64 |
| HSL | 209.3º | 0.31% | 0.27% | - |
| HSV(B) | 209.3º | 0.47% | 0.36% | - |
| XYZ | 5.3 | 5.76 | 10.73 | - |
| YUV | 65.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 91 | 0.47 | 0.23 | 0 | 0.64 | 209.3 | 0.31 | 0.27 |
| Hex | 30 | 46 | 5B | 2F | 17 | 0 | 40 | D1 | 1F | 1B |
| Octal | 60 | 106 | 133 | 57 | 27 | 0 | 100 | 321 | 37 | 33 |
| Binary | 110000 | 1000110 | 1011011 | 101111 | 10111 | 0 | 1000000 | 11010001 | 11111 | 11011 |
Color Harmonies of #30465B
Complementary color
Monochromatic Colors of #30465B
Black with #30465B
Text Example
Text Example
White with #30465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30465B; }
p { color: rgb(48,70,91); }
H1.HeaderClassName
{
color: #30465B;
}
.AnyTagClassName
{
color: #30465B;
}
</style>
background-color css
<style>
a { background-color: #30465B; }
a { background-color: rgb(48,70,91); }
div.DivClassName
{
background-color: #30465B;
}
.BgClassName
{
background-color: #30465B;
}
</style>
border-color css
<style>
span { border-color: #30465B; }
span { border-color: rgb(48,70,91); }
td.TdClassName
{
border-color: #30465B;
}
.TagClassName
{
border-color: #30465B;
}
</style>