Shades of Cello #30486B
Tints of Cello #30486B
RGB
CMYK
RGB Variations
Color information
#30486B (or 0x30486B) is known color: Cello. HEX triplet: 30, 48 and 6B. RGB value is (48,72,107). Sum of RGB (Red+Green+Blue) = 48+72+107=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #30486B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30486B is #CFB794. Grayscale: #444444. Windows color (decimal): -13612949 or 7030832. OLE color: 7030832.
HSL color Cylindrical-coordinate representation of color #30486B: hue angle of 215.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30486B is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 72 | 107 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.58 |
| HSL | 215.59º | 0.38% | 0.3% | - |
| HSV(B) | 215.59º | 0.55% | 0.42% | - |
| XYZ | 6.19 | 6.32 | 14.8 | - |
| YUV | 68.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 72 | 107 | 0.55 | 0.33 | 0 | 0.58 | 215.59 | 0.38 | 0.3 |
| Hex | 30 | 48 | 6B | 37 | 21 | 0 | 3A | D8 | 26 | 1E |
| Octal | 60 | 110 | 153 | 67 | 41 | 0 | 72 | 330 | 46 | 36 |
| Binary | 110000 | 1001000 | 1101011 | 110111 | 100001 | 0 | 111010 | 11011000 | 100110 | 11110 |
Color Harmonies of #30486B
Complementary color
Monochromatic Colors of #30486B
Black with #30486B
Text Example
Text Example
White with #30486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30486B; }
p { color: rgb(48,72,107); }
H1.HeaderClassName
{
color: #30486B;
}
.AnyTagClassName
{
color: #30486B;
}
</style>
background-color css
<style>
a { background-color: #30486B; }
a { background-color: rgb(48,72,107); }
div.DivClassName
{
background-color: #30486B;
}
.BgClassName
{
background-color: #30486B;
}
</style>
border-color css
<style>
span { border-color: #30486B; }
span { border-color: rgb(48,72,107); }
td.TdClassName
{
border-color: #30486B;
}
.TagClassName
{
border-color: #30486B;
}
</style>