#344B59

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

Shades of Cello #344B59

Tints of Cello #344B59

Color information

#344B59 (or 0x344B59) is unknown color: approx Cello. HEX triplet: 34, 4B and 59. RGB value is (52,75,89). Sum of RGB (Red+Green+Blue) = 52+75+89=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #344B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B59 is #CBB4A6. Grayscale: #454545. Windows color (decimal): -13350055 or 5851956. OLE color: 5851956.

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

Color convert

RGB527589-
CMYK0.420.1600.65
HSL202.7º26.24%27.65%-
HSV(B)202.7º41.57%34.9%-
XYZ5.746.4810.4-
YUV69.72138.88115.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 89 (35.16% from 255) = 41.20%
R=24.07%
G=34.72%
B=41.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5275890.420.1600.65202.726.2427.65
Hex344B592A10041cb1a1c
Octal64113131522001013133234
Binary110100100101110110011010101000001000001110010111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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