#3E5157

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

Shades of Casal #3E5157

Tints of Casal #3E5157

Color information

#3E5157 (or 0x3E5157) is unknown color: approx Casal. HEX triplet: 3E, 51 and 57. RGB value is (62,81,87). Sum of RGB (Red+Green+Blue) = 62+81+87=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E5157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5157 is #C1AEA8. Grayscale: #4B4B4B. Windows color (decimal): -12693161 or 5722430. OLE color: 5722430.

HSL color Cylindrical-coordinate representation of color #3E5157: hue angle of 194.4º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E5157 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB628187-
CMYK0.290.0700.66
HSL194.4º16.78%29.22%-
HSV(B)194.4º28.74%34.12%-
XYZ6.657.610.13-
YUV76134.21118.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.96%
GREEN value IS 81 (32.03% from 255) = 35.22%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=26.96%
G=35.22%
B=37.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6281870.290.0700.66194.416.7829.22
Hex3E51571D7042c2111d
Octal7612112735701023022135
Binary111110101000110101111110111101000010110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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