#3F576F

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

Shades of Chambray #3F576F

Tints of Chambray #3F576F

Color information

#3F576F (or 0x3F576F) is unknown color: approx Chambray. HEX triplet: 3F, 57 and 6F. RGB value is (63,87,111). Sum of RGB (Red+Green+Blue) = 63+87+111=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576F is #C0A890. Grayscale: #525252. Windows color (decimal): -12626065 or 7296831. OLE color: 7296831.

HSL color Cylindrical-coordinate representation of color #3F576F: hue angle of 210º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F576F is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6387111-
CMYK0.430.2200.56
HSL210º27.59%34.12%-
HSV(B)210º43.24%43.53%-
XYZ8.339.0216.34-
YUV82.56144.05114.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.14%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=24.14%
G=33.33%
B=42.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63871110.430.2200.5621027.5934.12
Hex3F576F2B16038d21c22
Octal7712715753260703223442
Binary111111101011111011111010111011001110001101001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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