#3F5763

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

Shades of San Juan #3F5763

Tints of San Juan #3F5763

Color information

#3F5763 (or 0x3F5763) is unknown color: approx San Juan. HEX triplet: 3F, 57 and 63. RGB value is (63,87,99). Sum of RGB (Red+Green+Blue) = 63+87+99=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #3F5763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5763 is #C0A89C. Grayscale: #515151. Windows color (decimal): -12626077 or 6510399. OLE color: 6510399.

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

Color convert

RGB638799-
CMYK0.360.1200.61
HSL200º22.22%31.76%-
HSV(B)200º36.36%38.82%-
XYZ7.718.7713.09-
YUV81.19138.05115.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=25.30%
G=34.94%
B=39.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6387990.360.1200.6120022.2231.76
Hex3F576324C03Dc81620
Octal7712714344140753102640
Binary11111110101111100011100100110001111011100100010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,87,99); }

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

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

 a { background-color: rgb(63,87,99); }

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

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

 span { border-color: rgb(63,87,99); }

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