Shades of Cello #304D69
Tints of Cello #304D69
RGB
CMYK
RGB Variations
Color information
#304D69 (or 0x304D69) is known color: Cello. HEX triplet: 30, 4D and 69. RGB value is (48,77,105). Sum of RGB (Red+Green+Blue) = 48+77+105=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 105 (41.41% from 255 or 45.65% from 230); Max value from RGB is 105 - color contains mainly: blue. Hex color #304D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D69 is #CFB296. Grayscale: #474747. Windows color (decimal): -13611671 or 6901040. OLE color: 6901040.
HSL color Cylindrical-coordinate representation of color #304D69: hue angle of 209.47º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #304D69 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 77 | 105 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.59 |
| HSL | 209.47º | 0.37% | 0.3% | - |
| HSV(B) | 209.47º | 0.54% | 0.41% | - |
| XYZ | 6.42 | 6.96 | 14.37 | - |
| YUV | 71.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 105 | 0.54 | 0.27 | 0 | 0.59 | 209.47 | 0.37 | 0.3 |
| Hex | 30 | 4D | 69 | 36 | 1B | 0 | 3B | D1 | 25 | 1E |
| Octal | 60 | 115 | 151 | 66 | 33 | 0 | 73 | 321 | 45 | 36 |
| Binary | 110000 | 1001101 | 1101001 | 110110 | 11011 | 0 | 111011 | 11010001 | 100101 | 11110 |
Color Harmonies of #304D69
Complementary color
Monochromatic Colors of #304D69
Black with #304D69
Text Example
Text Example
White with #304D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304D69; }
p { color: rgb(48,77,105); }
H1.HeaderClassName
{
color: #304D69;
}
.AnyTagClassName
{
color: #304D69;
}
</style>
background-color css
<style>
a { background-color: #304D69; }
a { background-color: rgb(48,77,105); }
div.DivClassName
{
background-color: #304D69;
}
.BgClassName
{
background-color: #304D69;
}
</style>
border-color css
<style>
span { border-color: #304D69; }
span { border-color: rgb(48,77,105); }
td.TdClassName
{
border-color: #304D69;
}
.TagClassName
{
border-color: #304D69;
}
</style>