Shades of Cello #304E62
Tints of Cello #304E62
RGB
CMYK
RGB Variations
Color information
#304E62 (or 0x304E62) is known color: Cello. HEX triplet: 30, 4E and 62. RGB value is (48,78,98). Sum of RGB (Red+Green+Blue) = 48+78+98=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #304E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E62 is #CFB19D. Grayscale: #474747. Windows color (decimal): -13611422 or 6442544. OLE color: 6442544.
HSL color Cylindrical-coordinate representation of color #304E62: hue angle of 204º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304E62 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 78 | 98 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.62 |
| HSL | 204º | 0.34% | 0.29% | - |
| HSV(B) | 204º | 0.51% | 0.38% | - |
| XYZ | 6.15 | 6.96 | 12.57 | - |
| YUV | 71.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 98 | 0.51 | 0.20 | 0 | 0.62 | 204 | 0.34 | 0.29 |
| Hex | 30 | 4E | 62 | 33 | 14 | 0 | 3E | CC | 22 | 1D |
| Octal | 60 | 116 | 142 | 63 | 24 | 0 | 76 | 314 | 42 | 35 |
| Binary | 110000 | 1001110 | 1100010 | 110011 | 10100 | 0 | 111110 | 11001100 | 100010 | 11101 |
Color Harmonies of #304E62
Complementary color
Monochromatic Colors of #304E62
Black with #304E62
Text Example
Text Example
White with #304E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304E62; }
p { color: rgb(48,78,98); }
H1.HeaderClassName
{
color: #304E62;
}
.AnyTagClassName
{
color: #304E62;
}
</style>
background-color css
<style>
a { background-color: #304E62; }
a { background-color: rgb(48,78,98); }
div.DivClassName
{
background-color: #304E62;
}
.BgClassName
{
background-color: #304E62;
}
</style>
border-color css
<style>
span { border-color: #304E62; }
span { border-color: rgb(48,78,98); }
td.TdClassName
{
border-color: #304E62;
}
.TagClassName
{
border-color: #304E62;
}
</style>