#344C5D

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

Shades of Cello #344C5D

Tints of Cello #344C5D

Color information

#344C5D (or 0x344C5D) is unknown color: approx Cello. HEX triplet: 34, 4C and 5D. RGB value is (52,76,93). Sum of RGB (Red+Green+Blue) = 52+76+93=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #344C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C5D is #CBB3A2. Grayscale: #464646. Windows color (decimal): -13349795 or 6114356. OLE color: 6114356.

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

Color convert

RGB527693-
CMYK0.440.1800.64
HSL204.88º28.28%28.43%-
HSV(B)204.88º44.09%36.47%-
XYZ5.986.6911.33-
YUV70.76140.55114.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 76 (30.08% from 255) = 34.39%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=23.53%
G=34.39%
B=42.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5276930.440.1800.64204.8828.2828.43
Hex344C5D2C12040cd1c1c
Octal64114135542201003153434
Binary110100100110010111011011001001001000000110011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,76,93); }

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

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

 a { background-color: rgb(52,76,93); }

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

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

 span { border-color: rgb(52,76,93); }

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