Shades of Cello #304A5F
Tints of Cello #304A5F
RGB
CMYK
RGB Variations
Color information
#304A5F (or 0x304A5F) is known color: Cello. HEX triplet: 30, 4A and 5F. RGB value is (48,74,95). Sum of RGB (Red+Green+Blue) = 48+74+95=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 95 (37.5% from 255 or 43.78% from 217); Max value from RGB is 95 - color contains mainly: blue. Hex color #304A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A5F is #CFB5A0. Grayscale: #444444. Windows color (decimal): -13612449 or 6244912. OLE color: 6244912.
HSL color Cylindrical-coordinate representation of color #304A5F: hue angle of 206.81º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #304A5F is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 74 | 95 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.63 |
| HSL | 206.81º | 0.33% | 0.28% | - |
| HSV(B) | 206.81º | 0.49% | 0.37% | - |
| XYZ | 5.73 | 6.35 | 11.75 | - |
| YUV | 68.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 95 | 0.49 | 0.22 | 0 | 0.63 | 206.81 | 0.33 | 0.28 |
| Hex | 30 | 4A | 5F | 31 | 16 | 0 | 3F | CF | 21 | 1C |
| Octal | 60 | 112 | 137 | 61 | 26 | 0 | 77 | 317 | 41 | 34 |
| Binary | 110000 | 1001010 | 1011111 | 110001 | 10110 | 0 | 111111 | 11001111 | 100001 | 11100 |
Color Harmonies of #304A5F
Complementary color
Monochromatic Colors of #304A5F
Black with #304A5F
Text Example
Text Example
White with #304A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A5F; }
p { color: rgb(48,74,95); }
H1.HeaderClassName
{
color: #304A5F;
}
.AnyTagClassName
{
color: #304A5F;
}
</style>
background-color css
<style>
a { background-color: #304A5F; }
a { background-color: rgb(48,74,95); }
div.DivClassName
{
background-color: #304A5F;
}
.BgClassName
{
background-color: #304A5F;
}
</style>
border-color css
<style>
span { border-color: #304A5F; }
span { border-color: rgb(48,74,95); }
td.TdClassName
{
border-color: #304A5F;
}
.TagClassName
{
border-color: #304A5F;
}
</style>