#344857

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

Shades of Cello #344857

Tints of Cello #344857

Color information

#344857 (or 0x344857) is unknown color: approx Cello. HEX triplet: 34, 48 and 57. RGB value is (52,72,87). Sum of RGB (Red+Green+Blue) = 52+72+87=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #344857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344857 is #CBB7A8. Grayscale: #434343. Windows color (decimal): -13350825 or 5720116. OLE color: 5720116.

HSL color Cylindrical-coordinate representation of color #344857: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344857 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527287-
CMYK0.400.1700.66
HSL205.71º25.18%27.25%-
HSV(B)205.71º40.23%34.12%-
XYZ5.456.059.9-
YUV67.73138.87116.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=24.64%
G=34.12%
B=41.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5272870.400.1700.66205.7125.1827.25
Hex3448572811042ce191b
Octal64110127502101023163133
Binary110100100100010101111010001000101000010110011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344857; }

 p { color: rgb(52,72,87); }

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

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

 a { background-color: rgb(52,72,87); }

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

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

 span { border-color: rgb(52,72,87); }

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