#344960

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

Shades of Cello #344960

Tints of Cello #344960

Color information

#344960 (or 0x344960) is unknown color: approx Cello. HEX triplet: 34, 49 and 60. RGB value is (52,73,96). Sum of RGB (Red+Green+Blue) = 52+73+96=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #344960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344960 is #CBB69F. Grayscale: #454545. Windows color (decimal): -13350560 or 6310196. OLE color: 6310196.

HSL color Cylindrical-coordinate representation of color #344960: hue angle of 211.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344960 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527396-
CMYK0.460.2400.62
HSL211.36º29.73%29.02%-
HSV(B)211.36º45.83%37.65%-
XYZ5.916.3411.98-
YUV69.34143.04115.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 73 (28.91% from 255) = 33.03%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=23.53%
G=33.03%
B=43.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5273960.460.2400.62211.3629.7329.02
Hex3449602E1803Ed31e1d
Octal6411114056300763233635
Binary11010010010011100000101110110000111110110100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344960; }

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

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

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

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

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

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

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

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