#3F5660

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

Shades of San Juan #3F5660

Tints of San Juan #3F5660

Color information

#3F5660 (or 0x3F5660) is unknown color: approx San Juan. HEX triplet: 3F, 56 and 60. RGB value is (63,86,96). Sum of RGB (Red+Green+Blue) = 63+86+96=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5660 is #C0A99F. Grayscale: #505050. Windows color (decimal): -12626336 or 6313535. OLE color: 6313535.

HSL color Cylindrical-coordinate representation of color #3F5660: hue angle of 198.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5660 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB638696-
CMYK0.340.1000.62
HSL198.18º20.75%31.18%-
HSV(B)198.18º34.38%37.65%-
XYZ7.498.5612.32-
YUV80.26136.88115.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 86 (33.98% from 255) = 35.10%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=25.71%
G=35.10%
B=39.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6386960.340.1000.62198.1820.7531.18
Hex3F566022A03Ec6151f
Octal7712614042120763062537
Binary1111111010110110000010001010100111110110001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,96); }

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

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

 a { background-color: rgb(63,86,96); }

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

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

 span { border-color: rgb(63,86,96); }

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