Shades of Cello #304C64
Tints of Cello #304C64
RGB
CMYK
RGB Variations
Color information
#304C64 (or 0x304C64) is known color: Cello. HEX triplet: 30, 4C and 64. RGB value is (48,76,100). Sum of RGB (Red+Green+Blue) = 48+76+100=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 100 (39.45% from 255 or 44.64% from 224); Max value from RGB is 100 - color contains mainly: blue. Hex color #304C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C64 is #CFB39B. Grayscale: #464646. Windows color (decimal): -13611932 or 6573104. OLE color: 6573104.
HSL color Cylindrical-coordinate representation of color #304C64: hue angle of 207.69º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304C64 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 76 | 100 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.61 |
| HSL | 207.69º | 0.35% | 0.29% | - |
| HSV(B) | 207.69º | 0.52% | 0.39% | - |
| XYZ | 6.1 | 6.72 | 13.03 | - |
| YUV | 70.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 100 | 0.52 | 0.24 | 0 | 0.61 | 207.69 | 0.35 | 0.29 |
| Hex | 30 | 4C | 64 | 34 | 18 | 0 | 3D | D0 | 23 | 1D |
| Octal | 60 | 114 | 144 | 64 | 30 | 0 | 75 | 320 | 43 | 35 |
| Binary | 110000 | 1001100 | 1100100 | 110100 | 11000 | 0 | 111101 | 11010000 | 100011 | 11101 |
Color Harmonies of #304C64
Complementary color
Monochromatic Colors of #304C64
Black with #304C64
Text Example
Text Example
White with #304C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C64; }
p { color: rgb(48,76,100); }
H1.HeaderClassName
{
color: #304C64;
}
.AnyTagClassName
{
color: #304C64;
}
</style>
background-color css
<style>
a { background-color: #304C64; }
a { background-color: rgb(48,76,100); }
div.DivClassName
{
background-color: #304C64;
}
.BgClassName
{
background-color: #304C64;
}
</style>
border-color css
<style>
span { border-color: #304C64; }
span { border-color: rgb(48,76,100); }
td.TdClassName
{
border-color: #304C64;
}
.TagClassName
{
border-color: #304C64;
}
</style>