Html Css Color HEX #3E525B Casal

📋 copy color: '#3E525B'

red 62 ◦ green 82 ◦ blue 91

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

Shades of Casal #3E525B

Tints of Casal #3E525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.89%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 26.38%
G = 34.89%
B = 38.72%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E525B (or 0x3E525B) is known color: Casal. HEX triplet: 3E, 52 and 5B. RGB value is (62,82,91). Sum of RGB (Red+Green+Blue) = 62+82+91=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E525B is #C1ADA4. Grayscale: #4C4C4C. Windows color (decimal): -12692901 or 5984830. OLE color: 5984830.

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

Color convert

RGB 62 82 91 -
CMYK 0.32 0.10 0 0.64
HSL 198.62º 0.19% 0.3% -
HSV(B) 198.62º 0.32% 0.36% -
XYZ 6.89 7.81 11.04 -
YUV 77.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 62 82 91 0.32 0.10 0 0.64 198.62 0.19 0.3
Hex 3E 52 5B 20 A 0 40 C7 13 1E
Octal 76 122 133 40 12 0 100 307 23 36
Binary 111110 1010010 1011011 100000 1010 0 1000000 11000111 10011 11110

Color Harmonies of #3E525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E525B

Black with #3E525B

Text Example


Text Example

White with #3E525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,82,91); }

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

background-color css

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

 a { background-color: rgb(62,82,91); }

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

border-color css

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

 span { border-color: rgb(62,82,91); }

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