#3F5680

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

Shades of Chambray #3F5680

Tints of Chambray #3F5680

Color information

#3F5680 (or 0x3F5680) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 80. RGB value is (63,86,128). Sum of RGB (Red+Green+Blue) = 63+86+128=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F5680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5680 is #C0A97F. Grayscale: #535353. Windows color (decimal): -12626304 or 8410687. OLE color: 8410687.

HSL color Cylindrical-coordinate representation of color #3F5680: hue angle of 218.77º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F5680 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6386128-
CMYK0.510.3300.50
HSL218.77º34.03%37.45%-
HSV(B)218.77º50.78%50.2%-
XYZ9.279.2721.72-
YUV83.91152.88113.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 128 (50.39% from 255) = 46.21%
R=22.74%
G=31.05%
B=46.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63861280.510.3300.50218.7734.0337.45
Hex3F56803321032db2225
Octal7712620063410623334245
Binary111111101011010000000110011100001011001011011011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,86,128); }

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

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

 a { background-color: rgb(63,86,128); }

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

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

 span { border-color: rgb(63,86,128); }

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