Shades of Cello #304F63
Tints of Cello #304F63
RGB
CMYK
RGB Variations
Color information
#304F63 (or 0x304F63) is known color: Cello. HEX triplet: 30, 4F and 63. RGB value is (48,79,99). Sum of RGB (Red+Green+Blue) = 48+79+99=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #304F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F63 is #CFB09C. Grayscale: #474747. Windows color (decimal): -13611165 or 6508336. OLE color: 6508336.
HSL color Cylindrical-coordinate representation of color #304F63: hue angle of 203.53º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #304F63 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 48 | 79 | 99 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.61 |
| HSL | 203.53º | 0.35% | 0.29% | - |
| HSV(B) | 203.53º | 0.52% | 0.39% | - |
| XYZ | 6.27 | 7.12 | 12.85 | - |
| YUV | 72.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 99 | 0.52 | 0.20 | 0 | 0.61 | 203.53 | 0.35 | 0.29 |
| Hex | 30 | 4F | 63 | 34 | 14 | 0 | 3D | CC | 23 | 1D |
| Octal | 60 | 117 | 143 | 64 | 24 | 0 | 75 | 314 | 43 | 35 |
| Binary | 110000 | 1001111 | 1100011 | 110100 | 10100 | 0 | 111101 | 11001100 | 100011 | 11101 |
Color Harmonies of #304F63
Complementary color
Monochromatic Colors of #304F63
Black with #304F63
Text Example
Text Example
White with #304F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304F63; }
p { color: rgb(48,79,99); }
H1.HeaderClassName
{
color: #304F63;
}
.AnyTagClassName
{
color: #304F63;
}
</style>
background-color css
<style>
a { background-color: #304F63; }
a { background-color: rgb(48,79,99); }
div.DivClassName
{
background-color: #304F63;
}
.BgClassName
{
background-color: #304F63;
}
</style>
border-color css
<style>
span { border-color: #304F63; }
span { border-color: rgb(48,79,99); }
td.TdClassName
{
border-color: #304F63;
}
.TagClassName
{
border-color: #304F63;
}
</style>