#344D6E

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

Shades of Cello #344D6E

Tints of Cello #344D6E

Color information

#344D6E (or 0x344D6E) is unknown color: approx Cello. HEX triplet: 34, 4D and 6E. RGB value is (52,77,110). Sum of RGB (Red+Green+Blue) = 52+77+110=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #344D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D6E is #CBB291. Grayscale: #494949. Windows color (decimal): -13349522 or 7228724. OLE color: 7228724.

HSL color Cylindrical-coordinate representation of color #344D6E: hue angle of 214.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344D6E is Cyan = 0.53, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5277110-
CMYK0.530.300.57
HSL214.14º35.8%31.76%-
HSV(B)214.14º52.73%43.14%-
XYZ6.887.1615.77-
YUV73.29148.72112.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=21.76%
G=32.22%
B=46.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52771100.530.300.57214.1435.831.76
Hex344D6E351E039d62420
Octal6411515665360713264440
Binary1101001001101110111011010111110011100111010110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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