#344c6c

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

Shades of Cello #344C6C

Tints of Cello #344C6C

Color information

#344C6C (or 0x344C6C) is unknown color: approx Cello. HEX triplet: 34, 4C and 6C. RGB value is (52,76,108). Sum of RGB (Red+Green+Blue) = 52+76+108=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #344C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C6C is #CBB393. Grayscale: #484848. Windows color (decimal): -13349780 or 7097396. OLE color: 7097396.

HSL color Cylindrical-coordinate representation of color #344C6C: hue angle of 214.29º 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 #344C6C is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5276108-
CMYK0.520.3000.58
HSL214.29º35%31.37%-
HSV(B)214.29º51.85%42.35%-
XYZ6.716.9815.18-
YUV72.47148.05113.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=22.03%
G=32.20%
B=45.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52761080.520.3000.58214.293531.37
Hex344C6C341E03Ad6231f
Octal6411415464360723264337
Binary110100100110011011001101001111001110101101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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