Shades of Cello #304A6C
Tints of Cello #304A6C
RGB
CMYK
RGB Variations
Color information
#304A6C (or 0x304A6C) is known color: Cello. HEX triplet: 30, 4A and 6C. RGB value is (48,74,108). Sum of RGB (Red+Green+Blue) = 48+74+108=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #304A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A6C is #CFB593. Grayscale: #454545. Windows color (decimal): -13612436 or 7096880. OLE color: 7096880.
HSL color Cylindrical-coordinate representation of color #304A6C: hue angle of 214º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #304A6C is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 74 | 108 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.58 |
| HSL | 214º | 0.38% | 0.31% | - |
| HSV(B) | 214º | 0.56% | 0.42% | - |
| XYZ | 6.37 | 6.61 | 15.13 | - |
| YUV | 70.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 108 | 0.56 | 0.31 | 0 | 0.58 | 214 | 0.38 | 0.31 |
| Hex | 30 | 4A | 6C | 38 | 1F | 0 | 3A | D6 | 26 | 1F |
| Octal | 60 | 112 | 154 | 70 | 37 | 0 | 72 | 326 | 46 | 37 |
| Binary | 110000 | 1001010 | 1101100 | 111000 | 11111 | 0 | 111010 | 11010110 | 100110 | 11111 |
Color Harmonies of #304A6C
Complementary color
Monochromatic Colors of #304A6C
Black with #304A6C
Text Example
Text Example
White with #304A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A6C; }
p { color: rgb(48,74,108); }
H1.HeaderClassName
{
color: #304A6C;
}
.AnyTagClassName
{
color: #304A6C;
}
</style>
background-color css
<style>
a { background-color: #304A6C; }
a { background-color: rgb(48,74,108); }
div.DivClassName
{
background-color: #304A6C;
}
.BgClassName
{
background-color: #304A6C;
}
</style>
border-color css
<style>
span { border-color: #304A6C; }
span { border-color: rgb(48,74,108); }
td.TdClassName
{
border-color: #304A6C;
}
.TagClassName
{
border-color: #304A6C;
}
</style>