#3E535B

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

Shades of Casal #3E535B

Tints of Casal #3E535B

Color information

#3E535B (or 0x3E535B) is unknown color: approx Casal. HEX triplet: 3E, 53 and 5B. RGB value is (62,83,91). Sum of RGB (Red+Green+Blue) = 62+83+91=236 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.27% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E535B is #C1ACA4. Grayscale: #4D4D4D. Windows color (decimal): -12692645 or 5985086. OLE color: 5985086.

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

Color convert

RGB628391-
CMYK0.320.0900.64
HSL196.55º18.95%30%-
HSV(B)196.55º31.87%35.69%-
XYZ6.977.9711.07-
YUV77.63135.54116.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.27%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=26.27%
G=35.17%
B=38.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6283910.320.0900.64196.5518.9530
Hex3E535B209040c5131e
Octal76123133401101003052336
Binary11111010100111011011100000100101000000110001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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