#3E5460

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

Shades of San Juan #3E5460

Tints of San Juan #3E5460

Color information

#3E5460 (or 0x3E5460) is unknown color: approx San Juan. HEX triplet: 3E, 54 and 60. RGB value is (62,84,96). Sum of RGB (Red+Green+Blue) = 62+84+96=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #3E5460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5460 is #C1AB9F. Grayscale: #4E4E4E. Windows color (decimal): -12692384 or 6313022. OLE color: 6313022.

HSL color Cylindrical-coordinate representation of color #3E5460: hue angle of 201.18º 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 #3E5460 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB628496-
CMYK0.350.1200.62
HSL201.18º21.52%30.98%-
HSV(B)201.18º35.42%37.65%-
XYZ7.278.2112.27-
YUV78.79137.71116.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.62%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 96 (37.89% from 255) = 39.67%
R=25.62%
G=34.71%
B=39.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6284960.350.1200.62201.1821.5230.98
Hex3E546023C03Ec9161f
Octal7612414043140763112637
Binary1111101010100110000010001111000111110110010011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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