#344D60

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

Shades of Cello #344D60

Tints of Cello #344D60

Color information

#344D60 (or 0x344D60) is unknown color: approx Cello. HEX triplet: 34, 4D and 60. RGB value is (52,77,96). Sum of RGB (Red+Green+Blue) = 52+77+96=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #344D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D60 is #CBB29F. Grayscale: #474747. Windows color (decimal): -13349536 or 6311220. OLE color: 6311220.

HSL color Cylindrical-coordinate representation of color #344D60: hue angle of 205.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344D60 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527796-
CMYK0.460.2000.62
HSL205.91º29.73%29.02%-
HSV(B)205.91º45.83%37.65%-
XYZ6.186.8812.07-
YUV71.69141.72113.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 77 (30.47% from 255) = 34.22%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=23.11%
G=34.22%
B=42.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5277960.460.2000.62205.9129.7329.02
Hex344D602E1403Ece1e1d
Octal6411514056240763163635
Binary11010010011011100000101110101000111110110011101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D60; }

 p { color: rgb(52,77,96); }

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

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

 a { background-color: rgb(52,77,96); }

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

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

 span { border-color: rgb(52,77,96); }

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