#344E6A

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

Shades of Cello #344E6A

Tints of Cello #344E6A

Color information

#344E6A (or 0x344E6A) is unknown color: approx Cello. HEX triplet: 34, 4E and 6A. RGB value is (52,78,106). Sum of RGB (Red+Green+Blue) = 52+78+106=236 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.03% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #344E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E6A is #CBB195. Grayscale: #494949. Windows color (decimal): -13349270 or 6966836. OLE color: 6966836.

HSL color Cylindrical-coordinate representation of color #344E6A: hue angle of 211.11º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #344E6A is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5278106-
CMYK0.510.2600.58
HSL211.11º34.18%30.98%-
HSV(B)211.11º50.94%41.57%-
XYZ6.747.2214.67-
YUV73.42146.39112.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.03%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=22.03%
G=33.05%
B=44.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52781060.510.2600.58211.1134.1830.98
Hex344E6A331A03Ad3221f
Octal6411615263320723234237
Binary110100100111011010101100111101001110101101001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,78,106); }

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

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

 a { background-color: rgb(52,78,106); }

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

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

 span { border-color: rgb(52,78,106); }

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