#3E5965

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

Shades of San Juan #3E5965

Tints of San Juan #3E5965

Color information

#3E5965 (or 0x3E5965) is unknown color: approx San Juan. HEX triplet: 3E, 59 and 65. RGB value is (62,89,101). Sum of RGB (Red+Green+Blue) = 62+89+101=252 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.60% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #3E5965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5965 is #C1A69A. Grayscale: #525252. Windows color (decimal): -12691099 or 6641982. OLE color: 6641982.

HSL color Cylindrical-coordinate representation of color #3E5965: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3E5965 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6289101-
CMYK0.390.1200.60
HSL198.46º23.93%31.96%-
HSV(B)198.46º38.61%39.61%-
XYZ7.919.1113.65-
YUV82.29138.55113.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.60%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=24.60%
G=35.32%
B=40.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62891010.390.1200.60198.4623.9331.96
Hex3E596527C03Cc61820
Octal7613114547140743063040
Binary11111010110011100101100111110001111001100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,89,101); }

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

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

 a { background-color: rgb(62,89,101); }

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

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

 span { border-color: rgb(62,89,101); }

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