Shades of Cello #304F65
Tints of Cello #304F65
RGB
CMYK
RGB Variations
Color information
#304F65 (or 0x304F65) is known color: Cello. HEX triplet: 30, 4F and 65. RGB value is (48,79,101). Sum of RGB (Red+Green+Blue) = 48+79+101=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #304F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F65 is #CFB09A. Grayscale: #484848. Windows color (decimal): -13611163 or 6639408. OLE color: 6639408.
HSL color Cylindrical-coordinate representation of color #304F65: hue angle of 204.91º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304F65 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 79 | 101 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.60 |
| HSL | 204.91º | 0.36% | 0.29% | - |
| HSV(B) | 204.91º | 0.52% | 0.4% | - |
| XYZ | 6.36 | 7.16 | 13.36 | - |
| YUV | 72.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 101 | 0.52 | 0.22 | 0 | 0.60 | 204.91 | 0.36 | 0.29 |
| Hex | 30 | 4F | 65 | 34 | 16 | 0 | 3C | CD | 24 | 1D |
| Octal | 60 | 117 | 145 | 64 | 26 | 0 | 74 | 315 | 44 | 35 |
| Binary | 110000 | 1001111 | 1100101 | 110100 | 10110 | 0 | 111100 | 11001101 | 100100 | 11101 |
Color Harmonies of #304F65
Complementary color
Monochromatic Colors of #304F65
Black with #304F65
Text Example
Text Example
White with #304F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F65; }
p { color: rgb(48,79,101); }
H1.HeaderClassName
{
color: #304F65;
}
.AnyTagClassName
{
color: #304F65;
}
</style>
background-color css
<style>
a { background-color: #304F65; }
a { background-color: rgb(48,79,101); }
div.DivClassName
{
background-color: #304F65;
}
.BgClassName
{
background-color: #304F65;
}
</style>
border-color css
<style>
span { border-color: #304F65; }
span { border-color: rgb(48,79,101); }
td.TdClassName
{
border-color: #304F65;
}
.TagClassName
{
border-color: #304F65;
}
</style>