#3F597F

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

Shades of Chambray #3F597F

Tints of Chambray #3F597F

Color information

#3F597F (or 0x3F597F) is unknown color: approx Chambray. HEX triplet: 3F, 59 and 7F. RGB value is (63,89,127). Sum of RGB (Red+Green+Blue) = 63+89+127=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F597F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F597F is #C0A680. Grayscale: #555555. Windows color (decimal): -12625537 or 8345919. OLE color: 8345919.

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

Color convert

RGB6389127-
CMYK0.500.3000.50
HSL215.62º33.68%37.25%-
HSV(B)215.62º50.39%49.8%-
XYZ9.459.7321.46-
YUV85.56151.39111.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 127 (50% from 255) = 45.52%
R=22.58%
G=31.90%
B=45.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal63891270.500.3000.50215.6233.6837.25
Hex3F597F321E032d82225
Octal7713117762360623304245
Binary1111111011001111111111001011110011001011011000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,89,127); }

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

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

 a { background-color: rgb(63,89,127); }

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

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

 span { border-color: rgb(63,89,127); }

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