Shades of Cello #304C6B
Tints of Cello #304C6B
RGB
CMYK
RGB Variations
Color information
#304C6B (or 0x304C6B) is known color: Cello. HEX triplet: 30, 4C and 6B. RGB value is (48,76,107). Sum of RGB (Red+Green+Blue) = 48+76+107=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #304C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C6B is #CFB394. Grayscale: #474747. Windows color (decimal): -13611925 or 7031856. OLE color: 7031856.
HSL color Cylindrical-coordinate representation of color #304C6B: hue angle of 211.53º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #304C6B is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 76 | 107 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.58 |
| HSL | 211.53º | 0.38% | 0.3% | - |
| HSV(B) | 211.53º | 0.55% | 0.42% | - |
| XYZ | 6.46 | 6.86 | 14.89 | - |
| YUV | 71.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 107 | 0.55 | 0.29 | 0 | 0.58 | 211.53 | 0.38 | 0.3 |
| Hex | 30 | 4C | 6B | 37 | 1D | 0 | 3A | D4 | 26 | 1E |
| Octal | 60 | 114 | 153 | 67 | 35 | 0 | 72 | 324 | 46 | 36 |
| Binary | 110000 | 1001100 | 1101011 | 110111 | 11101 | 0 | 111010 | 11010100 | 100110 | 11110 |
Color Harmonies of #304C6B
Complementary color
Monochromatic Colors of #304C6B
Black with #304C6B
Text Example
Text Example
White with #304C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304C6B; }
p { color: rgb(48,76,107); }
H1.HeaderClassName
{
color: #304C6B;
}
.AnyTagClassName
{
color: #304C6B;
}
</style>
background-color css
<style>
a { background-color: #304C6B; }
a { background-color: rgb(48,76,107); }
div.DivClassName
{
background-color: #304C6B;
}
.BgClassName
{
background-color: #304C6B;
}
</style>
border-color css
<style>
span { border-color: #304C6B; }
span { border-color: rgb(48,76,107); }
td.TdClassName
{
border-color: #304C6B;
}
.TagClassName
{
border-color: #304C6B;
}
</style>