Shades of Cello #304966
Tints of Cello #304966
RGB
CMYK
RGB Variations
Color information
#304966 (or 0x304966) is known color: Cello. HEX triplet: 30, 49 and 66. RGB value is (48,73,102). Sum of RGB (Red+Green+Blue) = 48+73+102=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 102 - color contains mainly: blue. Hex color #304966 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304966 is #CFB699. Grayscale: #444444. Windows color (decimal): -13612698 or 6703408. OLE color: 6703408.
HSL color Cylindrical-coordinate representation of color #304966: hue angle of 212.22º 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 #304966 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 48 | 73 | 102 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.6 |
| HSL | 212.22º | 0.36% | 0.29% | - |
| HSV(B) | 212.22º | 0.53% | 0.4% | - |
| XYZ | 6 | 6.35 | 13.48 | - |
| YUV | 68.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 102 | 0.53 | 0.28 | 0 | 0.6 | 212.22 | 0.36 | 0.29 |
| Hex | 30 | 49 | 66 | 35 | 1C | 0 | 3C | D4 | 24 | 1D |
| Octal | 60 | 111 | 146 | 65 | 34 | 0 | 74 | 324 | 44 | 35 |
| Binary | 110000 | 1001001 | 1100110 | 110101 | 11100 | 0 | 111100 | 11010100 | 100100 | 11101 |
Color Harmonies of #304966
Complementary color
Monochromatic Colors of #304966
Black with #304966
Text Example
Text Example
White with #304966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304966; }
p { color: rgb(48,73,102); }
H1.HeaderClassName
{
color: #304966;
}
.AnyTagClassName
{
color: #304966;
}
</style>
background-color css
<style>
a { background-color: #304966; }
a { background-color: rgb(48,73,102); }
div.DivClassName
{
background-color: #304966;
}
.BgClassName
{
background-color: #304966;
}
</style>
border-color css
<style>
span { border-color: #304966; }
span { border-color: rgb(48,73,102); }
td.TdClassName
{
border-color: #304966;
}
.TagClassName
{
border-color: #304966;
}
</style>