#3F5966

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

Shades of San Juan #3F5966

Tints of San Juan #3F5966

Color information

#3F5966 (or 0x3F5966) is unknown color: approx San Juan. HEX triplet: 3F, 59 and 66. RGB value is (63,89,102). Sum of RGB (Red+Green+Blue) = 63+89+102=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 102 - color contains mainly: blue. Hex color #3F5966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5966 is #C0A699. Grayscale: #525252. Windows color (decimal): -12625562 or 6707519. OLE color: 6707519.

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

Color convert

RGB6389102-
CMYK0.380.1300.6
HSL200º23.64%32.35%-
HSV(B)200º38.24%40%-
XYZ8.029.1613.92-
YUV82.71138.89113.94-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 102 (40.23% from 255) = 40.16%
R=24.80%
G=35.04%
B=40.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63891020.380.1300.620023.6432.35
Hex3F596626D03Cc81820
Octal7713114646150743103040
Binary11111110110011100110100110110101111001100100011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,102); }

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

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

 a { background-color: rgb(63,89,102); }

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

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

 span { border-color: rgb(63,89,102); }

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