#3E5258

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

Shades of Casal #3E5258

Tints of Casal #3E5258

Color information

#3E5258 (or 0x3E5258) is unknown color: approx Casal. HEX triplet: 3E, 52 and 58. RGB value is (62,82,88). Sum of RGB (Red+Green+Blue) = 62+82+88=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5258 is #C1ADA7. Grayscale: #4C4C4C. Windows color (decimal): -12692904 or 5788222. OLE color: 5788222.

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

Color convert

RGB628288-
CMYK0.300.0700.65
HSL193.85º17.33%29.41%-
HSV(B)193.85º29.55%34.51%-
XYZ6.777.7610.37-
YUV76.7134.37117.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 88 (34.77% from 255) = 37.93%
R=26.72%
G=35.34%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6282880.300.0700.65193.8517.3329.41
Hex3E52581E7041c2111d
Octal7612213036701013022135
Binary111110101001010110001111011101000001110000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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