#3F535E

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

Shades of San Juan #3F535E

Tints of San Juan #3F535E

Color information

#3F535E (or 0x3F535E) is unknown color: approx San Juan. HEX triplet: 3F, 53 and 5E. RGB value is (63,83,94). Sum of RGB (Red+Green+Blue) = 63+83+94=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #3F535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F535E is #C0ACA1. Grayscale: #4E4E4E. Windows color (decimal): -12627106 or 6181695. OLE color: 6181695.

HSL color Cylindrical-coordinate representation of color #3F535E: hue angle of 201.29º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F535E is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB638394-
CMYK0.330.1200.63
HSL201.29º19.75%30.78%-
HSV(B)201.29º32.98%36.86%-
XYZ7.168.0511.77-
YUV78.27136.87117.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 83 (32.81% from 255) = 34.58%
BLUE value IS 94 (37.11% from 255) = 39.17%
R=26.25%
G=34.58%
B=39.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6383940.330.1200.63201.2919.7530.78
Hex3F535E21C03Fc9141f
Octal7712313641140773112437
Binary1111111010011101111010000111000111111110010011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,94); }

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

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

 a { background-color: rgb(63,83,94); }

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

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

 span { border-color: rgb(63,83,94); }

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