#3E515B

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

Shades of San Juan #3E515B

Tints of San Juan #3E515B

Color information

#3E515B (or 0x3E515B) is unknown color: approx San Juan. HEX triplet: 3E, 51 and 5B. RGB value is (62,81,91). Sum of RGB (Red+Green+Blue) = 62+81+91=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 81 (32.03% from 255 or 34.62% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E515B is #C1AEA4. Grayscale: #4C4C4C. Windows color (decimal): -12693157 or 5984574. OLE color: 5984574.

HSL color Cylindrical-coordinate representation of color #3E515B: hue angle of 200.69º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E515B is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB628191-
CMYK0.320.1100.64
HSL200.69º18.95%30%-
HSV(B)200.69º31.87%35.69%-
XYZ6.827.6611.02-
YUV76.46136.21117.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.50%
GREEN value IS 81 (32.03% from 255) = 34.62%
BLUE value IS 91 (35.94% from 255) = 38.89%
R=26.50%
G=34.62%
B=38.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6281910.320.1100.64200.6918.9530
Hex3E515B20B040c9131e
Octal76121133401301003112336
Binary11111010100011011011100000101101000000110010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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