#344959

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

Shades of Cello #344959

Tints of Cello #344959

Color information

#344959 (or 0x344959) is unknown color: approx Cello. HEX triplet: 34, 49 and 59. RGB value is (52,73,89). Sum of RGB (Red+Green+Blue) = 52+73+89=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #344959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344959 is #CBB6A6. Grayscale: #444444. Windows color (decimal): -13350567 or 5851444. OLE color: 5851444.

HSL color Cylindrical-coordinate representation of color #344959: hue angle of 205.95º 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 #344959 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB527389-
CMYK0.420.1800.65
HSL205.95º26.24%27.65%-
HSV(B)205.95º41.57%34.9%-
XYZ5.66.2210.36-
YUV68.54139.54116.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 73 (28.91% from 255) = 34.11%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=24.30%
G=34.11%
B=41.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5273890.420.1800.65205.9526.2427.65
Hex3449592A12041ce1a1c
Octal64111131522201013163234
Binary110100100100110110011010101001001000001110011101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344959; }

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

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

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

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

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

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

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

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