#3E575C

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

Shades of Casal #3E575C

Tints of Casal #3E575C

Color information

#3E575C (or 0x3E575C) is unknown color: approx Casal. HEX triplet: 3E, 57 and 5C. RGB value is (62,87,92). Sum of RGB (Red+Green+Blue) = 62+87+92=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: blue. Hex color #3E575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E575C is #C1A8A3. Grayscale: #505050. Windows color (decimal): -12691620 or 6051646. OLE color: 6051646.

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

Color convert

RGB628792-
CMYK0.330.0500.64
HSL190º19.48%30.2%-
HSV(B)190º32.61%36.08%-
XYZ7.338.6111.4-
YUV80.1134.72115.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=25.73%
G=36.10%
B=38.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6287920.330.0500.6419019.4830.2
Hex3E575C215040be131e
Octal7612713441501002762336
Binary1111101010111101110010000110101000000101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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