#344E60

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

Shades of Cello #344E60

Tints of Cello #344E60

Color information

#344E60 (or 0x344E60) is unknown color: approx Cello. HEX triplet: 34, 4E and 60. RGB value is (52,78,96). Sum of RGB (Red+Green+Blue) = 52+78+96=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #344E60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E60 is #CBB19F. Grayscale: #484848. Windows color (decimal): -13349280 or 6311476. OLE color: 6311476.

HSL color Cylindrical-coordinate representation of color #344E60: hue angle of 204.55º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344E60 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB527896-
CMYK0.460.1900.62
HSL204.55º29.73%29.02%-
HSV(B)204.55º45.83%37.65%-
XYZ6.257.0212.09-
YUV72.28141.39113.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=23.01%
G=34.51%
B=42.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5278960.460.1900.62204.5529.7329.02
Hex344E602E1303Ecd1e1d
Octal6411614056230763153635
Binary11010010011101100000101110100110111110110011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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