#344759

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

Shades of Cello #344759

Tints of Cello #344759

Color information

#344759 (or 0x344759) is unknown color: approx Cello. HEX triplet: 34, 47 and 59. RGB value is (52,71,89). Sum of RGB (Red+Green+Blue) = 52+71+89=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #344759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344759 is #CBB8A6. Grayscale: #434343. Windows color (decimal): -13351079 or 5850932. OLE color: 5850932.

HSL color Cylindrical-coordinate representation of color #344759: hue angle of 209.19º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344759 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527189-
CMYK0.420.2000.65
HSL209.19º26.24%27.65%-
HSV(B)209.19º41.57%34.9%-
XYZ5.475.9610.31-
YUV67.37140.21117.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 71 (28.12% from 255) = 33.49%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=24.53%
G=33.49%
B=41.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5271890.420.2000.65209.1926.2427.65
Hex3447592A14041d11a1c
Octal64107131522401013213234
Binary110100100011110110011010101010001000001110100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344759; }

 p { color: rgb(52,71,89); }

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

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

 a { background-color: rgb(52,71,89); }

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

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

 span { border-color: rgb(52,71,89); }

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