#344F6D

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

Shades of Cello #344F6D

Tints of Cello #344F6D

Color information

#344F6D (or 0x344F6D) is unknown color: approx Cello. HEX triplet: 34, 4F and 6D. RGB value is (52,79,109). Sum of RGB (Red+Green+Blue) = 52+79+109=240 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.67% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #344F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F6D is #CBB092. Grayscale: #4A4A4A. Windows color (decimal): -13349011 or 7163700. OLE color: 7163700.

HSL color Cylindrical-coordinate representation of color #344F6D: hue angle of 211.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #344F6D is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5279109-
CMYK0.520.2800.57
HSL211.58º35.4%31.57%-
HSV(B)211.58º52.29%42.75%-
XYZ6.977.4315.53-
YUV74.35147.55112.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.67%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=21.67%
G=32.92%
B=45.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52791090.520.2800.57211.5835.431.57
Hex344F6D341C039d42320
Octal6411715564340713244340
Binary1101001001111110110111010011100011100111010100100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,79,109); }

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

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

 a { background-color: rgb(52,79,109); }

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

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

 span { border-color: rgb(52,79,109); }

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