#344E6C

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

Shades of Cello #344E6C

Tints of Cello #344E6C

Color information

#344E6C (or 0x344E6C) is unknown color: approx Cello. HEX triplet: 34, 4E and 6C. RGB value is (52,78,108). Sum of RGB (Red+Green+Blue) = 52+78+108=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #344E6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E6C is #CBB193. Grayscale: #494949. Windows color (decimal): -13349268 or 7097908. OLE color: 7097908.

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

Color convert

RGB5278108-
CMYK0.520.2800.58
HSL212.14º35%31.37%-
HSV(B)212.14º51.85%42.35%-
XYZ6.857.2615.23-
YUV73.65147.39112.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=21.85%
G=32.77%
B=45.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52781080.520.2800.58212.143531.37
Hex344E6C341C03Ad4231f
Octal6411615464340723244337
Binary110100100111011011001101001110001110101101010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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