#3E5560

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

Shades of San Juan #3E5560

Tints of San Juan #3E5560

Color information

#3E5560 (or 0x3E5560) is unknown color: approx San Juan. HEX triplet: 3E, 55 and 60. RGB value is (62,85,96). Sum of RGB (Red+Green+Blue) = 62+85+96=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5560 is #C1AA9F. Grayscale: #4F4F4F. Windows color (decimal): -12692128 or 6313278. OLE color: 6313278.

HSL color Cylindrical-coordinate representation of color #3E5560: hue angle of 199.41º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3E5560 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628596-
CMYK0.350.1100.62
HSL199.41º21.52%30.98%-
HSV(B)199.41º35.42%37.65%-
XYZ7.358.3712.29-
YUV79.38137.38115.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=25.51%
G=34.98%
B=39.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6285960.350.1100.62199.4121.5230.98
Hex3E556023B03Ec7161f
Octal7612514043130763072637
Binary1111101010101110000010001110110111110110001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,96); }

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

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

 a { background-color: rgb(62,85,96); }

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

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

 span { border-color: rgb(62,85,96); }

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