#3F5681

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

Shades of Chambray #3F5681

Tints of Chambray #3F5681

Color information

#3F5681 (or 0x3F5681) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 81. RGB value is (63,86,129). Sum of RGB (Red+Green+Blue) = 63+86+129=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F5681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F5681 is #C0A97E. Grayscale: #535353. Windows color (decimal): -12626303 or 8476223. OLE color: 8476223.

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

Color convert

RGB6386129-
CMYK0.510.3300.49
HSL219.09º34.38%37.65%-
HSV(B)219.09º51.16%50.59%-
XYZ9.349.322.07-
YUV84.02153.38113-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 129 (50.78% from 255) = 46.40%
R=22.66%
G=30.94%
B=46.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal63861290.510.3300.49219.0934.3837.65
Hex3F56813321031db2226
Octal7712620163410613334246
Binary111111101011010000001110011100001011000111011011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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