Shades of Cello #304965
Tints of Cello #304965
RGB
CMYK
RGB Variations
Color information
#304965 (or 0x304965) is known color: Cello. HEX triplet: 30, 49 and 65. RGB value is (48,73,101). Sum of RGB (Red+Green+Blue) = 48+73+101=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #304965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304965 is #CFB69A. Grayscale: #444444. Windows color (decimal): -13612699 or 6637872. OLE color: 6637872.
HSL color Cylindrical-coordinate representation of color #304965: hue angle of 211.7º 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 #304965 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 73 | 101 | - |
| CMYK | 0.52 | 0.28 | 0 | 0.60 |
| HSL | 211.7º | 0.36% | 0.29% | - |
| HSV(B) | 211.7º | 0.52% | 0.4% | - |
| XYZ | 5.95 | 6.33 | 13.22 | - |
| YUV | 68.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 101 | 0.52 | 0.28 | 0 | 0.60 | 211.7 | 0.36 | 0.29 |
| Hex | 30 | 49 | 65 | 34 | 1C | 0 | 3C | D4 | 24 | 1D |
| Octal | 60 | 111 | 145 | 64 | 34 | 0 | 74 | 324 | 44 | 35 |
| Binary | 110000 | 1001001 | 1100101 | 110100 | 11100 | 0 | 111100 | 11010100 | 100100 | 11101 |
Color Harmonies of #304965
Complementary color
Monochromatic Colors of #304965
Black with #304965
Text Example
Text Example
White with #304965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304965; }
p { color: rgb(48,73,101); }
H1.HeaderClassName
{
color: #304965;
}
.AnyTagClassName
{
color: #304965;
}
</style>
background-color css
<style>
a { background-color: #304965; }
a { background-color: rgb(48,73,101); }
div.DivClassName
{
background-color: #304965;
}
.BgClassName
{
background-color: #304965;
}
</style>
border-color css
<style>
span { border-color: #304965; }
span { border-color: rgb(48,73,101); }
td.TdClassName
{
border-color: #304965;
}
.TagClassName
{
border-color: #304965;
}
</style>