#3F596A

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

Shades of San Juan #3F596A

Tints of San Juan #3F596A

Color information

#3F596A (or 0x3F596A) is unknown color: approx San Juan. HEX triplet: 3F, 59 and 6A. RGB value is (63,89,106). Sum of RGB (Red+Green+Blue) = 63+89+106=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #3F596A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F596A is #C0A695. Grayscale: #535353. Windows color (decimal): -12625558 or 6969663. OLE color: 6969663.

HSL color Cylindrical-coordinate representation of color #3F596A: hue angle of 203.72º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F596A is Cyan = 0.41, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6389106-
CMYK0.410.1600.58
HSL203.72º25.44%33.14%-
HSV(B)203.72º40.57%41.57%-
XYZ8.229.2414.99-
YUV83.16140.89113.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 106 (41.80% from 255) = 41.09%
R=24.42%
G=34.50%
B=41.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63891060.410.1600.58203.7225.4433.14
Hex3F596A291003Acc1921
Octal7713115251200723143141
Binary111111101100111010101010011000001110101100110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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