Shades of Cello #304D65
Tints of Cello #304D65
RGB
CMYK
RGB Variations
Color information
#304D65 (or 0x304D65) is known color: Cello. HEX triplet: 30, 4D and 65. RGB value is (48,77,101). Sum of RGB (Red+Green+Blue) = 48+77+101=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #304D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D65 is #CFB29A. Grayscale: #464646. Windows color (decimal): -13611675 or 6638896. OLE color: 6638896.
HSL color Cylindrical-coordinate representation of color #304D65: hue angle of 207.17º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304D65 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 77 | 101 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.60 |
| HSL | 207.17º | 0.36% | 0.29% | - |
| HSV(B) | 207.17º | 0.52% | 0.4% | - |
| XYZ | 6.22 | 6.88 | 13.31 | - |
| YUV | 71.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 101 | 0.52 | 0.24 | 0 | 0.60 | 207.17 | 0.36 | 0.29 |
| Hex | 30 | 4D | 65 | 34 | 18 | 0 | 3C | CF | 24 | 1D |
| Octal | 60 | 115 | 145 | 64 | 30 | 0 | 74 | 317 | 44 | 35 |
| Binary | 110000 | 1001101 | 1100101 | 110100 | 11000 | 0 | 111100 | 11001111 | 100100 | 11101 |
Color Harmonies of #304D65
Complementary color
Monochromatic Colors of #304D65
Black with #304D65
Text Example
Text Example
White with #304D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D65; }
p { color: rgb(48,77,101); }
H1.HeaderClassName
{
color: #304D65;
}
.AnyTagClassName
{
color: #304D65;
}
</style>
background-color css
<style>
a { background-color: #304D65; }
a { background-color: rgb(48,77,101); }
div.DivClassName
{
background-color: #304D65;
}
.BgClassName
{
background-color: #304D65;
}
</style>
border-color css
<style>
span { border-color: #304D65; }
span { border-color: rgb(48,77,101); }
td.TdClassName
{
border-color: #304D65;
}
.TagClassName
{
border-color: #304D65;
}
</style>