Shades of Cello #304B61
Tints of Cello #304B61
RGB
CMYK
RGB Variations
Color information
#304B61 (or 0x304B61) is known color: Cello. HEX triplet: 30, 4B and 61. RGB value is (48,75,97). Sum of RGB (Red+Green+Blue) = 48+75+97=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 97 - color contains mainly: blue. Hex color #304B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B61 is #CFB49E. Grayscale: #454545. Windows color (decimal): -13612191 or 6376240. OLE color: 6376240.
HSL color Cylindrical-coordinate representation of color #304B61: hue angle of 206.94º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #304B61 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 75 | 97 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.62 |
| HSL | 206.94º | 0.34% | 0.28% | - |
| HSV(B) | 206.94º | 0.51% | 0.38% | - |
| XYZ | 5.89 | 6.52 | 12.26 | - |
| YUV | 69.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 97 | 0.51 | 0.23 | 0 | 0.62 | 206.94 | 0.34 | 0.28 |
| Hex | 30 | 4B | 61 | 33 | 17 | 0 | 3E | CF | 22 | 1C |
| Octal | 60 | 113 | 141 | 63 | 27 | 0 | 76 | 317 | 42 | 34 |
| Binary | 110000 | 1001011 | 1100001 | 110011 | 10111 | 0 | 111110 | 11001111 | 100010 | 11100 |
Color Harmonies of #304B61
Complementary color
Monochromatic Colors of #304B61
Black with #304B61
Text Example
Text Example
White with #304B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304B61; }
p { color: rgb(48,75,97); }
H1.HeaderClassName
{
color: #304B61;
}
.AnyTagClassName
{
color: #304B61;
}
</style>
background-color css
<style>
a { background-color: #304B61; }
a { background-color: rgb(48,75,97); }
div.DivClassName
{
background-color: #304B61;
}
.BgClassName
{
background-color: #304B61;
}
</style>
border-color css
<style>
span { border-color: #304B61; }
span { border-color: rgb(48,75,97); }
td.TdClassName
{
border-color: #304B61;
}
.TagClassName
{
border-color: #304B61;
}
</style>