Shades of Cello #304B68
Tints of Cello #304B68
RGB
CMYK
RGB Variations
Color information
#304B68 (or 0x304B68) is known color: Cello. HEX triplet: 30, 4B and 68. RGB value is (48,75,104). Sum of RGB (Red+Green+Blue) = 48+75+104=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #304B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B68 is #CFB497. Grayscale: #464646. Windows color (decimal): -13612184 or 6834992. OLE color: 6834992.
HSL color Cylindrical-coordinate representation of color #304B68: hue angle of 211.07º 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 #304B68 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 48 | 75 | 104 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.59 |
| HSL | 211.07º | 0.37% | 0.3% | - |
| HSV(B) | 211.07º | 0.54% | 0.41% | - |
| XYZ | 6.23 | 6.66 | 14.05 | - |
| YUV | 70.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 104 | 0.54 | 0.28 | 0 | 0.59 | 211.07 | 0.37 | 0.3 |
| Hex | 30 | 4B | 68 | 36 | 1C | 0 | 3B | D3 | 25 | 1E |
| Octal | 60 | 113 | 150 | 66 | 34 | 0 | 73 | 323 | 45 | 36 |
| Binary | 110000 | 1001011 | 1101000 | 110110 | 11100 | 0 | 111011 | 11010011 | 100101 | 11110 |
Color Harmonies of #304B68
Complementary color
Monochromatic Colors of #304B68
Black with #304B68
Text Example
Text Example
White with #304B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B68; }
p { color: rgb(48,75,104); }
H1.HeaderClassName
{
color: #304B68;
}
.AnyTagClassName
{
color: #304B68;
}
</style>
background-color css
<style>
a { background-color: #304B68; }
a { background-color: rgb(48,75,104); }
div.DivClassName
{
background-color: #304B68;
}
.BgClassName
{
background-color: #304B68;
}
</style>
border-color css
<style>
span { border-color: #304B68; }
span { border-color: rgb(48,75,104); }
td.TdClassName
{
border-color: #304B68;
}
.TagClassName
{
border-color: #304B68;
}
</style>