#344C60

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

Shades of Cello #344C60

Tints of Cello #344C60

Color information

#344C60 (or 0x344C60) is unknown color: approx Cello. HEX triplet: 34, 4C and 60. RGB value is (52,76,96). Sum of RGB (Red+Green+Blue) = 52+76+96=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #344C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C60 is #CBB39F. Grayscale: #474747. Windows color (decimal): -13349792 or 6310964. OLE color: 6310964.

HSL color Cylindrical-coordinate representation of color #344C60: hue angle of 207.27º 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 #344C60 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527696-
CMYK0.460.2100.62
HSL207.27º29.73%29.02%-
HSV(B)207.27º45.83%37.65%-
XYZ6.116.7412.05-
YUV71.1142.05114.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=23.21%
G=33.93%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5276960.460.2100.62207.2729.7329.02
Hex344C602E1503Ecf1e1d
Octal6411414056250763173635
Binary11010010011001100000101110101010111110110011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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