Shades of Cello #344A58
Tints of Cello #344A58
RGB
CMYK
RGB Variations
Color information
#344A58 (or 0x344A58) is known color: Cello. HEX triplet: 34, 4A and 58. RGB value is (52,74,88). Sum of RGB (Red+Green+Blue) = 52+74+88=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #344A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A58 is #CBB5A7. Grayscale: #444444. Windows color (decimal): -13350312 or 5786164. OLE color: 5786164.
HSL color Cylindrical-coordinate representation of color #344A58: hue angle of 203.33º 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 #344A58 is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 52 | 74 | 88 | - |
| CMYK | 0.41 | 0.16 | 0 | 0.65 |
| HSL | 203.33º | 0.26% | 0.27% | - |
| HSV(B) | 203.33º | 0.41% | 0.35% | - |
| XYZ | 5.63 | 6.33 | 10.16 | - |
| YUV | 69.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 88 | 0.41 | 0.16 | 0 | 0.65 | 203.33 | 0.26 | 0.27 |
| Hex | 34 | 4A | 58 | 29 | 10 | 0 | 41 | CB | 1A | 1B |
| Octal | 64 | 112 | 130 | 51 | 20 | 0 | 101 | 313 | 32 | 33 |
| Binary | 110100 | 1001010 | 1011000 | 101001 | 10000 | 0 | 1000001 | 11001011 | 11010 | 11011 |
Color Harmonies of #344A58
Complementary color
Monochromatic Colors of #344A58
Black with #344A58
Text Example
Text Example
White with #344A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A58; }
p { color: rgb(52,74,88); }
H1.HeaderClassName
{
color: #344A58;
}
.AnyTagClassName
{
color: #344A58;
}
</style>
background-color css
<style>
a { background-color: #344A58; }
a { background-color: rgb(52,74,88); }
div.DivClassName
{
background-color: #344A58;
}
.BgClassName
{
background-color: #344A58;
}
</style>
border-color css
<style>
span { border-color: #344A58; }
span { border-color: rgb(52,74,88); }
td.TdClassName
{
border-color: #344A58;
}
.TagClassName
{
border-color: #344A58;
}
</style>