#344D64

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

Shades of Cello #344D64

Tints of Cello #344D64

Color information

#344D64 (or 0x344D64) is unknown color: approx Cello. HEX triplet: 34, 4D and 64. RGB value is (52,77,100). Sum of RGB (Red+Green+Blue) = 52+77+100=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 100 - color contains mainly: blue. Hex color #344D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D64 is #CBB29B. Grayscale: #484848. Windows color (decimal): -13349532 or 6573364. OLE color: 6573364.

HSL color Cylindrical-coordinate representation of color #344D64: hue angle of 208.75º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344D64 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5277100-
CMYK0.480.2300.61
HSL208.75º31.58%29.8%-
HSV(B)208.75º48%39.22%-
XYZ6.376.9613.06-
YUV72.15143.72113.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 77 (30.47% from 255) = 33.62%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=22.71%
G=33.62%
B=43.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal52771000.480.2300.61208.7531.5829.8
Hex344D64301703Dd1201e
Octal6411514460270753214036
Binary110100100110111001001100001011101111011101000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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