#344D6A

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

Shades of Cello #344D6A

Tints of Cello #344D6A

Color information

#344D6A (or 0x344D6A) is unknown color: approx Cello. HEX triplet: 34, 4D and 6A. RGB value is (52,77,106). Sum of RGB (Red+Green+Blue) = 52+77+106=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 106 - color contains mainly: blue. Hex color #344D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D6A is #CBB295. Grayscale: #484848. Windows color (decimal): -13349526 or 6966580. OLE color: 6966580.

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

Color convert

RGB5277106-
CMYK0.510.2700.58
HSL212.22º34.18%30.98%-
HSV(B)212.22º50.94%41.57%-
XYZ6.677.0814.65-
YUV72.83146.72113.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 77 (30.47% from 255) = 32.77%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=22.13%
G=32.77%
B=45.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52771060.510.2700.58212.2234.1830.98
Hex344D6A331B03Ad4221f
Octal6411515263330723244237
Binary110100100110111010101100111101101110101101010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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