Shades of Cello #304E66
Tints of Cello #304E66
RGB
CMYK
RGB Variations
Color information
#304E66 (or 0x304E66) is known color: Cello. HEX triplet: 30, 4E and 66. RGB value is (48,78,102). Sum of RGB (Red+Green+Blue) = 48+78+102=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 102 (40.23% from 255 or 44.74% from 228); Max value from RGB is 102 - color contains mainly: blue. Hex color #304E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E66 is #CFB199. Grayscale: #474747. Windows color (decimal): -13611418 or 6704688. OLE color: 6704688.
HSL color Cylindrical-coordinate representation of color #304E66: hue angle of 206.67º 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 #304E66 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 78 | 102 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.6 |
| HSL | 206.67º | 0.36% | 0.29% | - |
| HSV(B) | 206.67º | 0.53% | 0.4% | - |
| XYZ | 6.34 | 7.04 | 13.59 | - |
| YUV | 71.77 | 145.06 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 102 | 0.53 | 0.24 | 0 | 0.6 | 206.67 | 0.36 | 0.29 |
| Hex | 30 | 4E | 66 | 35 | 18 | 0 | 3C | CF | 24 | 1D |
| Octal | 60 | 116 | 146 | 65 | 30 | 0 | 74 | 317 | 44 | 35 |
| Binary | 110000 | 1001110 | 1100110 | 110101 | 11000 | 0 | 111100 | 11001111 | 100100 | 11101 |
Color Harmonies of #304E66
Complementary color
Monochromatic Colors of #304E66
Black with #304E66
Text Example
Text Example
White with #304E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E66; }
p { color: rgb(48,78,102); }
H1.HeaderClassName
{
color: #304E66;
}
.AnyTagClassName
{
color: #304E66;
}
</style>
background-color css
<style>
a { background-color: #304E66; }
a { background-color: rgb(48,78,102); }
div.DivClassName
{
background-color: #304E66;
}
.BgClassName
{
background-color: #304E66;
}
</style>
border-color css
<style>
span { border-color: #304E66; }
span { border-color: rgb(48,78,102); }
td.TdClassName
{
border-color: #304E66;
}
.TagClassName
{
border-color: #304E66;
}
</style>