#344D5B

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

Shades of Cello #344D5B

Tints of Cello #344D5B

Color information

#344D5B (or 0x344D5B) is unknown color: approx Cello. HEX triplet: 34, 4D and 5B. RGB value is (52,77,91). Sum of RGB (Red+Green+Blue) = 52+77+91=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #344D5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D5B is #CBB2A4. Grayscale: #474747. Windows color (decimal): -13349541 or 5983540. OLE color: 5983540.

HSL color Cylindrical-coordinate representation of color #344D5B: hue angle of 201.54º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #344D5B is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB527791-
CMYK0.430.1500.64
HSL201.54º27.27%28.04%-
HSV(B)201.54º42.86%35.69%-
XYZ5.966.7910.89-
YUV71.12139.22114.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 77 (30.47% from 255) = 35%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=23.64%
G=35%
B=41.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5277910.430.1500.64201.5427.2728.04
Hex344D5B2BF040ca1b1c
Octal64115133531701003123334
Binary11010010011011011011101011111101000000110010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,77,91); }

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

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

 a { background-color: rgb(52,77,91); }

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

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

 span { border-color: rgb(52,77,91); }

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