Shades of Cello #304D66
Tints of Cello #304D66
RGB
CMYK
RGB Variations
Color information
#304D66 (or 0x304D66) is known color: Cello. HEX triplet: 30, 4D and 66. RGB value is (48,77,102). Sum of RGB (Red+Green+Blue) = 48+77+102=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #304D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D66 is #CFB299. Grayscale: #474747. Windows color (decimal): -13611674 or 6704432. OLE color: 6704432.
HSL color Cylindrical-coordinate representation of color #304D66: hue angle of 207.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304D66 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 77 | 102 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.6 |
| HSL | 207.78º | 0.36% | 0.29% | - |
| HSV(B) | 207.78º | 0.53% | 0.4% | - |
| XYZ | 6.27 | 6.9 | 13.57 | - |
| YUV | 71.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 102 | 0.53 | 0.25 | 0 | 0.6 | 207.78 | 0.36 | 0.29 |
| Hex | 30 | 4D | 66 | 35 | 19 | 0 | 3C | D0 | 24 | 1D |
| Octal | 60 | 115 | 146 | 65 | 31 | 0 | 74 | 320 | 44 | 35 |
| Binary | 110000 | 1001101 | 1100110 | 110101 | 11001 | 0 | 111100 | 11010000 | 100100 | 11101 |
Color Harmonies of #304D66
Complementary color
Monochromatic Colors of #304D66
Black with #304D66
Text Example
Text Example
White with #304D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D66; }
p { color: rgb(48,77,102); }
H1.HeaderClassName
{
color: #304D66;
}
.AnyTagClassName
{
color: #304D66;
}
</style>
background-color css
<style>
a { background-color: #304D66; }
a { background-color: rgb(48,77,102); }
div.DivClassName
{
background-color: #304D66;
}
.BgClassName
{
background-color: #304D66;
}
</style>
border-color css
<style>
span { border-color: #304D66; }
span { border-color: rgb(48,77,102); }
td.TdClassName
{
border-color: #304D66;
}
.TagClassName
{
border-color: #304D66;
}
</style>