Html Css Color HEX #3E585B Casal

📋 copy color: '#3E585B'

red 62 ◦ green 88 ◦ blue 91

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

Shades of Casal #3E585B

Tints of Casal #3E585B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 25.73%
G = 36.51%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3E585B (or 0x3E585B) is known color: Casal. HEX triplet: 3E, 58 and 5B. RGB value is (62,88,91). Sum of RGB (Red+Green+Blue) = 62+88+91=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E585B is #C1A7A4. Grayscale: #505050. Windows color (decimal): -12691365 or 5986366. OLE color: 5986366.

HSL color Cylindrical-coordinate representation of color #3E585B: hue angle of 186.21º 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 #3E585B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 62 88 91 -
CMYK 0.32 0.03 0 0.64
HSL 186.21º 0.19% 0.3% -
HSV(B) 186.21º 0.32% 0.36% -
XYZ 7.36 8.76 11.2 -
YUV 80.57 133.89 114.76 -
System Red Green Blue C M Y K H S L
Decimal 62 88 91 0.32 0.03 0 0.64 186.21 0.19 0.3
Hex 3E 58 5B 20 3 0 40 BA 13 1E
Octal 76 130 133 40 3 0 100 272 23 36
Binary 111110 1011000 1011011 100000 11 0 1000000 10111010 10011 11110

Color Harmonies of #3E585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E585B

Black with #3E585B

Text Example


Text Example

White with #3E585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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