#3E565F

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

Shades of Casal #3E565F

Tints of Casal #3E565F

Color information

#3E565F (or 0x3E565F) is unknown color: approx Casal. HEX triplet: 3E, 56 and 5F. RGB value is (62,86,95). Sum of RGB (Red+Green+Blue) = 62+86+95=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #3E565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E565F is #C1A9A0. Grayscale: #4F4F4F. Windows color (decimal): -12691873 or 6247998. OLE color: 6247998.

HSL color Cylindrical-coordinate representation of color #3E565F: hue angle of 196.36º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E565F is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB628695-
CMYK0.350.0900.63
HSL196.36º21.02%30.78%-
HSV(B)196.36º34.74%37.25%-
XYZ7.388.5112.08-
YUV79.85136.55115.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 95 (37.5% from 255) = 39.09%
R=25.51%
G=35.39%
B=39.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6286950.350.0900.63196.3621.0230.78
Hex3E565F23903Fc4151f
Octal7612613743110773042537
Binary1111101010110101111110001110010111111110001001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,86,95); }

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

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

 a { background-color: rgb(62,86,95); }

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

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

 span { border-color: rgb(62,86,95); }

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