Html Css Color HEX #3E595C Casal

📋 copy color: '#3E595C'

red 62 ◦ green 89 ◦ blue 92

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

Shades of Casal #3E595C

Tints of Casal #3E595C

RGB

 RED value IS 62 (24.61% from 255) = 25.51%

 GREEN value IS 89 (35.16% from 255) = 36.63%

 BLUE value IS 92 (36.33% from 255) = 37.86%

R = 25.51%
G = 36.63%
B = 37.86%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E595C (or 0x3E595C) is known color: Casal. HEX triplet: 3E, 59 and 5C. RGB value is (62,89,92). Sum of RGB (Red+Green+Blue) = 62+89+92=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E595C is #C1A6A3. Grayscale: #515151. Windows color (decimal): -12691108 or 6052158. OLE color: 6052158.

HSL color Cylindrical-coordinate representation of color #3E595C: hue angle of 186º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E595C is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 89 92 -
CMYK 0.33 0.03 0 0.64
HSL 186º 0.19% 0.3% -
HSV(B) 186º 0.33% 0.36% -
XYZ 7.49 8.94 11.46 -
YUV 81.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 62 89 92 0.33 0.03 0 0.64 186 0.19 0.3
Hex 3E 59 5C 21 3 0 40 BA 13 1E
Octal 76 131 134 41 3 0 100 272 23 36
Binary 111110 1011001 1011100 100001 11 0 1000000 10111010 10011 11110

Color Harmonies of #3E595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E595C

Black with #3E595C

Text Example


Text Example

White with #3E595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E595C; }

 p { color: rgb(62,89,92); }

 H1.HeaderClassName
 {
   color: #3E595C;
 }
 .AnyTagClassName
 {
   color: #3E595C;
 }
</style>

background-color css

<style>
 a { background-color: #3E595C; }

 a { background-color: rgb(62,89,92); }

 div.DivClassName
 {
   background-color: #3E595C;
 }
 .BgClassName
 {
   background-color: #3E595C;
 }
</style>

border-color css

<style>
 span { border-color: #3E595C; }

 span { border-color: rgb(62,89,92); }

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