#3E5A64

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

Shades of San Juan #3E5A64

Tints of San Juan #3E5A64

Color information

#3E5A64 (or 0x3E5A64) is unknown color: approx San Juan. HEX triplet: 3E, 5A and 64. RGB value is (62,90,100). Sum of RGB (Red+Green+Blue) = 62+90+100=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 100 - color contains mainly: blue. Hex color #3E5A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5A64 is #C1A59B. Grayscale: #525252. Windows color (decimal): -12690844 or 6576702. OLE color: 6576702.

HSL color Cylindrical-coordinate representation of color #3E5A64: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E5A64 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB6290100-
CMYK0.380.1000.61
HSL195.79º23.46%31.76%-
HSV(B)195.79º38%39.22%-
XYZ7.949.2613.42-
YUV82.77137.72113.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=24.60%
G=35.71%
B=39.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal62901000.380.1000.61195.7923.4631.76
Hex3E5A6426A03Dc41720
Octal7613214446120753042740
Binary11111010110101100100100110101001111011100010010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,90,100); }

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

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

 a { background-color: rgb(62,90,100); }

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

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

 span { border-color: rgb(62,90,100); }

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