#3F547E

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

Shades of Chambray #3F547E

Tints of Chambray #3F547E

Color information

#3F547E (or 0x3F547E) is unknown color: approx Chambray. HEX triplet: 3F, 54 and 7E. RGB value is (63,84,126). Sum of RGB (Red+Green+Blue) = 63+84+126=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #3F547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F547E is #C0AB81. Grayscale: #525252. Windows color (decimal): -12626818 or 8279103. OLE color: 8279103.

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

Color convert

RGB6384126-
CMYK0.500.3300.51
HSL220º33.33%37.06%-
HSV(B)220º50%49.41%-
XYZ8.998.920.98-
YUV82.51152.54114.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63841260.500.3300.5122033.3337.06
Hex3F547E3221033dc2125
Octal7712417662410633344145
Binary11111110101001111110110010100001011001111011100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,84,126); }

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

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

 a { background-color: rgb(63,84,126); }

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

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

 span { border-color: rgb(63,84,126); }

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