#344F57

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

Shades of Casal #344F57

Tints of Casal #344F57

Color information

#344F57 (or 0x344F57) is unknown color: approx Casal. HEX triplet: 34, 4F and 57. RGB value is (52,79,87). Sum of RGB (Red+Green+Blue) = 52+79+87=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #344F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F57 is #CBB0A8. Grayscale: #474747. Windows color (decimal): -13349033 or 5721908. OLE color: 5721908.

HSL color Cylindrical-coordinate representation of color #344F57: hue angle of 193.71º 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 #344F57 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB527987-
CMYK0.400.0900.66
HSL193.71º25.18%27.25%-
HSV(B)193.71º40.23%34.12%-
XYZ5.937.0110.06-
YUV71.84136.55113.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.85%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 87 (34.38% from 255) = 39.91%
R=23.85%
G=36.24%
B=39.91%

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
Decimal5279870.400.0900.66193.7125.1827.25
Hex344F57289042c2191b
Octal64117127501101023023133
Binary11010010011111010111101000100101000010110000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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