#324F59

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

Shades of Casal #324F59

Tints of Casal #324F59

Color information

#324F59 (or 0x324F59) is unknown color: approx Casal. HEX triplet: 32, 4F and 59. RGB value is (50,79,89). Sum of RGB (Red+Green+Blue) = 50+79+89=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #324F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F59 is #CDB0A6. Grayscale: #474747. Windows color (decimal): -13480103 or 5852978. OLE color: 5852978.

HSL color Cylindrical-coordinate representation of color #324F59: hue angle of 195.38º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #324F59 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB507989-
CMYK0.440.1100.65
HSL195.38º28.06%27.25%-
HSV(B)195.38º43.82%34.9%-
XYZ5.916.9910.49-
YUV71.47137.89112.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 89 (35.16% from 255) = 40.83%
R=22.94%
G=36.24%
B=40.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5079890.440.1100.65195.3828.0627.25
Hex324F592CB041c31c1b
Octal62117131541301013033433
Binary11001010011111011001101100101101000001110000111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324F59; }

 p { color: rgb(50,79,89); }

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

<style>
 a { background-color: #324F59; }

 a { background-color: rgb(50,79,89); }

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

<style>
 span { border-color: #324F59; }

 span { border-color: rgb(50,79,89); }

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