#3F576B

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

Shades of San Juan #3F576B

Tints of San Juan #3F576B

Color information

#3F576B (or 0x3F576B) is unknown color: approx San Juan. HEX triplet: 3F, 57 and 6B. RGB value is (63,87,107). Sum of RGB (Red+Green+Blue) = 63+87+107=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576B is #C0A894. Grayscale: #515151. Windows color (decimal): -12626069 or 7034687. OLE color: 7034687.

HSL color Cylindrical-coordinate representation of color #3F576B: hue angle of 207.27º degrees, saturation: 0.26, 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 #3F576B is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6387107-
CMYK0.410.1900.58
HSL207.27º25.88%33.33%-
HSV(B)207.27º41.12%41.96%-
XYZ8.118.9315.21-
YUV82.1142.05114.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 87 (34.38% from 255) = 33.85%
BLUE value IS 107 (42.19% from 255) = 41.63%
R=24.51%
G=33.85%
B=41.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63871070.410.1900.58207.2725.8833.33
Hex3F576B291303Acf1a21
Octal7712715351230723173241
Binary111111101011111010111010011001101110101100111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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