Shades of Cello #304A67
Tints of Cello #304A67
RGB
CMYK
RGB Variations
Color information
#304A67 (or 0x304A67) is known color: Cello. HEX triplet: 30, 4A and 67. RGB value is (48,74,103). Sum of RGB (Red+Green+Blue) = 48+74+103=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #304A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A67 is #CFB598. Grayscale: #454545. Windows color (decimal): -13612441 or 6769200. OLE color: 6769200.
HSL color Cylindrical-coordinate representation of color #304A67: hue angle of 211.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #304A67 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 48 | 74 | 103 | - |
| CMYK | 0.53 | 0.28 | 0 | 0.60 |
| HSL | 211.64º | 0.36% | 0.3% | - |
| HSV(B) | 211.64º | 0.53% | 0.4% | - |
| XYZ | 6.12 | 6.51 | 13.77 | - |
| YUV | 69.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 103 | 0.53 | 0.28 | 0 | 0.60 | 211.64 | 0.36 | 0.3 |
| Hex | 30 | 4A | 67 | 35 | 1C | 0 | 3C | D4 | 24 | 1E |
| Octal | 60 | 112 | 147 | 65 | 34 | 0 | 74 | 324 | 44 | 36 |
| Binary | 110000 | 1001010 | 1100111 | 110101 | 11100 | 0 | 111100 | 11010100 | 100100 | 11110 |
Color Harmonies of #304A67
Complementary color
Monochromatic Colors of #304A67
Black with #304A67
Text Example
Text Example
White with #304A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304A67; }
p { color: rgb(48,74,103); }
H1.HeaderClassName
{
color: #304A67;
}
.AnyTagClassName
{
color: #304A67;
}
</style>
background-color css
<style>
a { background-color: #304A67; }
a { background-color: rgb(48,74,103); }
div.DivClassName
{
background-color: #304A67;
}
.BgClassName
{
background-color: #304A67;
}
</style>
border-color css
<style>
span { border-color: #304A67; }
span { border-color: rgb(48,74,103); }
td.TdClassName
{
border-color: #304A67;
}
.TagClassName
{
border-color: #304A67;
}
</style>