#344D68

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

Shades of Cello #344D68

Tints of Cello #344D68

Color information

#344D68 (or 0x344D68) is unknown color: approx Cello. HEX triplet: 34, 4D and 68. RGB value is (52,77,104). Sum of RGB (Red+Green+Blue) = 52+77+104=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #344D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D68 is #CBB297. Grayscale: #484848. Windows color (decimal): -13349528 or 6835508. OLE color: 6835508.

HSL color Cylindrical-coordinate representation of color #344D68: hue angle of 211.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #344D68 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5277104-
CMYK0.500.2600.59
HSL211.15º33.33%30.59%-
HSV(B)211.15º50%40.78%-
XYZ6.577.0414.11-
YUV72.6145.72113.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.32%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=22.32%
G=33.05%
B=44.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52771040.500.2600.59211.1533.3330.59
Hex344D68321A03Bd3211f
Octal6411515062320733234137
Binary110100100110111010001100101101001110111101001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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