Shades of Cello #344658
Tints of Cello #344658
RGB
CMYK
RGB Variations
Color information
#344658 (or 0x344658) is known color: Cello. HEX triplet: 34, 46 and 58. RGB value is (52,70,88). Sum of RGB (Red+Green+Blue) = 52+70+88=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #344658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344658 is #CBB9A7. Grayscale: #424242. Windows color (decimal): -13351336 or 5785140. OLE color: 5785140.
HSL color Cylindrical-coordinate representation of color #344658: hue angle of 210º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #344658 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 70 | 88 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.65 |
| HSL | 210º | 0.26% | 0.27% | - |
| HSV(B) | 210º | 0.41% | 0.35% | - |
| XYZ | 5.37 | 5.81 | 10.07 | - |
| YUV | 66.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 88 | 0.41 | 0.20 | 0 | 0.65 | 210 | 0.26 | 0.27 |
| Hex | 34 | 46 | 58 | 29 | 14 | 0 | 41 | D2 | 1A | 1B |
| Octal | 64 | 106 | 130 | 51 | 24 | 0 | 101 | 322 | 32 | 33 |
| Binary | 110100 | 1000110 | 1011000 | 101001 | 10100 | 0 | 1000001 | 11010010 | 11010 | 11011 |
Color Harmonies of #344658
Complementary color
Monochromatic Colors of #344658
Black with #344658
Text Example
Text Example
White with #344658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344658; }
p { color: rgb(52,70,88); }
H1.HeaderClassName
{
color: #344658;
}
.AnyTagClassName
{
color: #344658;
}
</style>
background-color css
<style>
a { background-color: #344658; }
a { background-color: rgb(52,70,88); }
div.DivClassName
{
background-color: #344658;
}
.BgClassName
{
background-color: #344658;
}
</style>
border-color css
<style>
span { border-color: #344658; }
span { border-color: rgb(52,70,88); }
td.TdClassName
{
border-color: #344658;
}
.TagClassName
{
border-color: #344658;
}
</style>