#3F535D

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

Shades of San Juan #3F535D

Tints of San Juan #3F535D

Color information

#3F535D (or 0x3F535D) is unknown color: approx San Juan. HEX triplet: 3F, 53 and 5D. RGB value is (63,83,93). Sum of RGB (Red+Green+Blue) = 63+83+93=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F535D is #C0ACA2. Grayscale: #4E4E4E. Windows color (decimal): -12627107 or 6116159. OLE color: 6116159.

HSL color Cylindrical-coordinate representation of color #3F535D: hue angle of 200º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F535D is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB638393-
CMYK0.320.1100.64
HSL200º19.23%30.59%-
HSV(B)200º32.26%36.47%-
XYZ7.128.0311.53-
YUV78.16136.37117.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 83 (32.81% from 255) = 34.73%
BLUE value IS 93 (36.72% from 255) = 38.91%
R=26.36%
G=34.73%
B=38.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6383930.320.1100.6420019.2330.59
Hex3F535D20B040c8131f
Octal77123135401301003102337
Binary11111110100111011101100000101101000000110010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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