Shades of Cello #304762
Tints of Cello #304762
RGB
CMYK
RGB Variations
Color information
#304762 (or 0x304762) is known color: Cello. HEX triplet: 30, 47 and 62. RGB value is (48,71,98). Sum of RGB (Red+Green+Blue) = 48+71+98=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #304762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304762 is #CFB89D. Grayscale: #434343. Windows color (decimal): -13613214 or 6440752. OLE color: 6440752.
HSL color Cylindrical-coordinate representation of color #304762: hue angle of 212.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304762 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 71 | 98 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.62 |
| HSL | 212.4º | 0.34% | 0.29% | - |
| HSV(B) | 212.4º | 0.51% | 0.38% | - |
| XYZ | 5.68 | 6.02 | 12.42 | - |
| YUV | 67.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 98 | 0.51 | 0.28 | 0 | 0.62 | 212.4 | 0.34 | 0.29 |
| Hex | 30 | 47 | 62 | 33 | 1C | 0 | 3E | D4 | 22 | 1D |
| Octal | 60 | 107 | 142 | 63 | 34 | 0 | 76 | 324 | 42 | 35 |
| Binary | 110000 | 1000111 | 1100010 | 110011 | 11100 | 0 | 111110 | 11010100 | 100010 | 11101 |
Color Harmonies of #304762
Complementary color
Monochromatic Colors of #304762
Black with #304762
Text Example
Text Example
White with #304762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304762; }
p { color: rgb(48,71,98); }
H1.HeaderClassName
{
color: #304762;
}
.AnyTagClassName
{
color: #304762;
}
</style>
background-color css
<style>
a { background-color: #304762; }
a { background-color: rgb(48,71,98); }
div.DivClassName
{
background-color: #304762;
}
.BgClassName
{
background-color: #304762;
}
</style>
border-color css
<style>
span { border-color: #304762; }
span { border-color: rgb(48,71,98); }
td.TdClassName
{
border-color: #304762;
}
.TagClassName
{
border-color: #304762;
}
</style>