Shades of Cello #304C68
Tints of Cello #304C68
RGB
CMYK
RGB Variations
Color information
#304C68 (or 0x304C68) is known color: Cello. HEX triplet: 30, 4C and 68. RGB value is (48,76,104). Sum of RGB (Red+Green+Blue) = 48+76+104=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #304C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C68 is #CFB397. Grayscale: #464646. Windows color (decimal): -13611928 or 6835248. OLE color: 6835248.
HSL color Cylindrical-coordinate representation of color #304C68: hue angle of 210º 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 #304C68 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 76 | 104 | - |
| CMYK | 0.54 | 0.27 | 0 | 0.59 |
| HSL | 210º | 0.37% | 0.3% | - |
| HSV(B) | 210º | 0.54% | 0.41% | - |
| XYZ | 6.3 | 6.8 | 14.08 | - |
| YUV | 70.82 | 146.72 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 104 | 0.54 | 0.27 | 0 | 0.59 | 210 | 0.37 | 0.3 |
| Hex | 30 | 4C | 68 | 36 | 1B | 0 | 3B | D2 | 25 | 1E |
| Octal | 60 | 114 | 150 | 66 | 33 | 0 | 73 | 322 | 45 | 36 |
| Binary | 110000 | 1001100 | 1101000 | 110110 | 11011 | 0 | 111011 | 11010010 | 100101 | 11110 |
Color Harmonies of #304C68
Complementary color
Monochromatic Colors of #304C68
Black with #304C68
Text Example
Text Example
White with #304C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C68; }
p { color: rgb(48,76,104); }
H1.HeaderClassName
{
color: #304C68;
}
.AnyTagClassName
{
color: #304C68;
}
</style>
background-color css
<style>
a { background-color: #304C68; }
a { background-color: rgb(48,76,104); }
div.DivClassName
{
background-color: #304C68;
}
.BgClassName
{
background-color: #304C68;
}
</style>
border-color css
<style>
span { border-color: #304C68; }
span { border-color: rgb(48,76,104); }
td.TdClassName
{
border-color: #304C68;
}
.TagClassName
{
border-color: #304C68;
}
</style>