Html Css Color HEX #324F59 Casal

📋 copy color: '#324F59'

red 50 ◦ green 79 ◦ blue 89

#324F59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casal #324F59

Tints of Casal #324F59

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 value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#324F59 (or 0x324F59) is known color: 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

RGB 50 79 89 -
CMYK 0.44 0.11 0 0.65
HSL 195.38º 0.28% 0.27% -
HSV(B) 195.38º 0.44% 0.35% -
XYZ 5.91 6.99 10.49 -
YUV 71.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 50 79 89 0.44 0.11 0 0.65 195.38 0.28 0.27
Hex 32 4F 59 2C B 0 41 C3 1C 1B
Octal 62 117 131 54 13 0 101 303 34 33
Binary 110010 1001111 1011001 101100 1011 0 1000001 11000011 11100 11011

Color Harmonies of #324F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324F59

Black with #324F59

Text Example


Text Example

White with #324F59

Text Example


Text Example

HTML Codes & Css Web 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>