#344E56

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

Shades of Casal #344E56

Tints of Casal #344E56

Color information

#344E56 (or 0x344E56) is unknown color: approx Casal. HEX triplet: 34, 4E and 56. RGB value is (52,78,86). Sum of RGB (Red+Green+Blue) = 52+78+86=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #344E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E56 is #CBB1A9. Grayscale: #474747. Windows color (decimal): -13349290 or 5656116. OLE color: 5656116.

HSL color Cylindrical-coordinate representation of color #344E56: hue angle of 194.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344E56 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527886-
CMYK0.400.0900.66
HSL194.12º24.64%27.06%-
HSV(B)194.12º39.53%33.73%-
XYZ5.826.859.82-
YUV71.14136.39114.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=24.07%
G=36.11%
B=39.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5278860.400.0900.66194.1224.6427.06
Hex344E56289042c2191b
Octal64116126501101023023133
Binary11010010011101010110101000100101000010110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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