#344756

Color #344756 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #344756

Tints of Cello #344756

Color information

#344756 (or 0x344756) is unknown color: approx Cello. HEX triplet: 34, 47 and 56. RGB value is (52,71,86). Sum of RGB (Red+Green+Blue) = 52+71+86=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #344756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344756 is #CBB8A9. Grayscale: #424242. Windows color (decimal): -13351082 or 5654324. OLE color: 5654324.

HSL color Cylindrical-coordinate representation of color #344756: hue angle of 206.47º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344756 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527186-
CMYK0.400.1700.66
HSL206.47º24.64%27.06%-
HSV(B)206.47º39.53%33.73%-
XYZ5.355.919.66-
YUV67.03138.71117.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 71 (28.12% from 255) = 33.97%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=24.88%
G=33.97%
B=41.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5271860.400.1700.66206.4724.6427.06
Hex3447562811042ce191b
Octal64107126502101023163133
Binary110100100011110101101010001000101000010110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344756; }

 p { color: rgb(52,71,86); }

 H1.HeaderClassName
 {
   color: #344756;
 }
 .AnyTagClassName
 {
   color: #344756;
 }
</style>
background-color css

<style>
 a { background-color: #344756; }

 a { background-color: rgb(52,71,86); }

 div.DivClassName
 {
   background-color: #344756;
 }
 .BgClassName
 {
   background-color: #344756;
 }
</style>
border-color css

<style>
 span { border-color: #344756; }

 span { border-color: rgb(52,71,86); }

 td.TdClassName
 {
   border-color: #344756;
 }
 .TagClassName
 {
   border-color: #344756;
 }
</style>