Shades of Cello #344A68
Tints of Cello #344A68
RGB
CMYK
RGB Variations
Color information
#344A68 (or 0x344A68) is known color: Cello. HEX triplet: 34, 4A and 68. RGB value is (52,74,104). Sum of RGB (Red+Green+Blue) = 52+74+104=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #344A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A68 is #CBB597. Grayscale: #464646. Windows color (decimal): -13350296 or 6834740. OLE color: 6834740.
HSL color Cylindrical-coordinate representation of color #344A68: hue angle of 214.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344A68 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 52 | 74 | 104 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.59 |
| HSL | 214.62º | 0.33% | 0.31% | - |
| HSV(B) | 214.62º | 0.5% | 0.41% | - |
| XYZ | 6.36 | 6.63 | 14.04 | - |
| YUV | 70.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 104 | 0.50 | 0.29 | 0 | 0.59 | 214.62 | 0.33 | 0.31 |
| Hex | 34 | 4A | 68 | 32 | 1D | 0 | 3B | D7 | 21 | 1F |
| Octal | 64 | 112 | 150 | 62 | 35 | 0 | 73 | 327 | 41 | 37 |
| Binary | 110100 | 1001010 | 1101000 | 110010 | 11101 | 0 | 111011 | 11010111 | 100001 | 11111 |
Color Harmonies of #344A68
Complementary color
Monochromatic Colors of #344A68
Black with #344A68
Text Example
Text Example
White with #344A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A68; }
p { color: rgb(52,74,104); }
H1.HeaderClassName
{
color: #344A68;
}
.AnyTagClassName
{
color: #344A68;
}
</style>
background-color css
<style>
a { background-color: #344A68; }
a { background-color: rgb(52,74,104); }
div.DivClassName
{
background-color: #344A68;
}
.BgClassName
{
background-color: #344A68;
}
</style>
border-color css
<style>
span { border-color: #344A68; }
span { border-color: rgb(52,74,104); }
td.TdClassName
{
border-color: #344A68;
}
.TagClassName
{
border-color: #344A68;
}
</style>