#3F576E

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

Shades of Chambray #3F576E

Tints of Chambray #3F576E

Color information

#3F576E (or 0x3F576E) is unknown color: approx Chambray. HEX triplet: 3F, 57 and 6E. RGB value is (63,87,110). Sum of RGB (Red+Green+Blue) = 63+87+110=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F576E is #C0A891. Grayscale: #525252. Windows color (decimal): -12626066 or 7231295. OLE color: 7231295.

HSL color Cylindrical-coordinate representation of color #3F576E: hue angle of 209.36º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F576E is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6387110-
CMYK0.430.2100.57
HSL209.36º27.17%33.92%-
HSV(B)209.36º42.73%43.14%-
XYZ8.27916.05-
YUV82.45143.55114.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.23%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=24.23%
G=33.46%
B=42.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63871100.430.2100.57209.3627.1733.92
Hex3F576E2B15039d11b22
Octal7712715653250713213342
Binary111111101011111011101010111010101110011101000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F576E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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