Shades of Cello #304764
Tints of Cello #304764
RGB
CMYK
RGB Variations
Color information
#304764 (or 0x304764) is known color: Cello. HEX triplet: 30, 47 and 64. RGB value is (48,71,100). Sum of RGB (Red+Green+Blue) = 48+71+100=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 100 - color contains mainly: blue. Hex color #304764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304764 is #CFB89B. Grayscale: #434343. Windows color (decimal): -13613212 or 6571824. OLE color: 6571824.
HSL color Cylindrical-coordinate representation of color #304764: hue angle of 213.46º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304764 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 71 | 100 | - |
| CMYK | 0.52 | 0.29 | 0 | 0.61 |
| HSL | 213.46º | 0.35% | 0.29% | - |
| HSV(B) | 213.46º | 0.52% | 0.39% | - |
| XYZ | 5.77 | 6.05 | 12.92 | - |
| YUV | 67.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 100 | 0.52 | 0.29 | 0 | 0.61 | 213.46 | 0.35 | 0.29 |
| Hex | 30 | 47 | 64 | 34 | 1D | 0 | 3D | D5 | 23 | 1D |
| Octal | 60 | 107 | 144 | 64 | 35 | 0 | 75 | 325 | 43 | 35 |
| Binary | 110000 | 1000111 | 1100100 | 110100 | 11101 | 0 | 111101 | 11010101 | 100011 | 11101 |
Color Harmonies of #304764
Complementary color
Monochromatic Colors of #304764
Black with #304764
Text Example
Text Example
White with #304764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304764; }
p { color: rgb(48,71,100); }
H1.HeaderClassName
{
color: #304764;
}
.AnyTagClassName
{
color: #304764;
}
</style>
background-color css
<style>
a { background-color: #304764; }
a { background-color: rgb(48,71,100); }
div.DivClassName
{
background-color: #304764;
}
.BgClassName
{
background-color: #304764;
}
</style>
border-color css
<style>
span { border-color: #304764; }
span { border-color: rgb(48,71,100); }
td.TdClassName
{
border-color: #304764;
}
.TagClassName
{
border-color: #304764;
}
</style>