#344D6C

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

Shades of Cello #344D6C

Tints of Cello #344D6C

Color information

#344D6C (or 0x344D6C) is unknown color: approx Cello. HEX triplet: 34, 4D and 6C. RGB value is (52,77,108). Sum of RGB (Red+Green+Blue) = 52+77+108=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 77 (30.47% from 255 or 32.49% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #344D6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D6C is #CBB293. Grayscale: #484848. Windows color (decimal): -13349524 or 7097652. OLE color: 7097652.

HSL color Cylindrical-coordinate representation of color #344D6C: hue angle of 213.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344D6C is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5277108-
CMYK0.520.2900.58
HSL213.21º35%31.37%-
HSV(B)213.21º51.85%42.35%-
XYZ6.787.1215.2-
YUV73.06147.72112.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 77 (30.47% from 255) = 32.49%
BLUE value IS 108 (42.58% from 255) = 45.57%
R=21.94%
G=32.49%
B=45.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52771080.520.2900.58213.213531.37
Hex344D6C341D03Ad5231f
Octal6411515464350723254337
Binary110100100110111011001101001110101110101101010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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