#3E525D

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

Shades of San Juan #3E525D

Tints of San Juan #3E525D

Color information

#3E525D (or 0x3E525D) is unknown color: approx San Juan. HEX triplet: 3E, 52 and 5D. RGB value is (62,82,93). Sum of RGB (Red+Green+Blue) = 62+82+93=237 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.16% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E525D is #C1ADA2. Grayscale: #4D4D4D. Windows color (decimal): -12692899 or 6115902. OLE color: 6115902.

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

Color convert

RGB628293-
CMYK0.330.1200.64
HSL201.29º20%30.39%-
HSV(B)201.29º33.33%36.47%-
XYZ6.987.8511.5-
YUV77.27136.87117.11-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.16%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=26.16%
G=34.60%
B=39.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6282930.330.1200.64201.292030.39
Hex3E525D21C040c9141e
Octal76122135411401003112436
Binary11111010100101011101100001110001000000110010011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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