Shades of Cello #304E6B
Tints of Cello #304E6B
RGB
CMYK
RGB Variations
Color information
#304E6B (or 0x304E6B) is known color: Cello. HEX triplet: 30, 4E and 6B. RGB value is (48,78,107). Sum of RGB (Red+Green+Blue) = 48+78+107=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #304E6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E6B is #CFB194. Grayscale: #484848. Windows color (decimal): -13611413 or 7032368. OLE color: 7032368.
HSL color Cylindrical-coordinate representation of color #304E6B: hue angle of 209.49º 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 #304E6B is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 78 | 107 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.58 |
| HSL | 209.49º | 0.38% | 0.3% | - |
| HSV(B) | 209.49º | 0.55% | 0.42% | - |
| XYZ | 6.6 | 7.14 | 14.94 | - |
| YUV | 72.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 107 | 0.55 | 0.27 | 0 | 0.58 | 209.49 | 0.38 | 0.3 |
| Hex | 30 | 4E | 6B | 37 | 1B | 0 | 3A | D1 | 26 | 1E |
| Octal | 60 | 116 | 153 | 67 | 33 | 0 | 72 | 321 | 46 | 36 |
| Binary | 110000 | 1001110 | 1101011 | 110111 | 11011 | 0 | 111010 | 11010001 | 100110 | 11110 |
Color Harmonies of #304E6B
Complementary color
Monochromatic Colors of #304E6B
Black with #304E6B
Text Example
Text Example
White with #304E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E6B; }
p { color: rgb(48,78,107); }
H1.HeaderClassName
{
color: #304E6B;
}
.AnyTagClassName
{
color: #304E6B;
}
</style>
background-color css
<style>
a { background-color: #304E6B; }
a { background-color: rgb(48,78,107); }
div.DivClassName
{
background-color: #304E6B;
}
.BgClassName
{
background-color: #304E6B;
}
</style>
border-color css
<style>
span { border-color: #304E6B; }
span { border-color: rgb(48,78,107); }
td.TdClassName
{
border-color: #304E6B;
}
.TagClassName
{
border-color: #304E6B;
}
</style>