#3F546E

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

Shades of Chambray #3F546E

Tints of Chambray #3F546E

Color information

#3F546E (or 0x3F546E) is unknown color: approx Chambray. HEX triplet: 3F, 54 and 6E. RGB value is (63,84,110). Sum of RGB (Red+Green+Blue) = 63+84+110=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F546E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F546E is #C0AB91. Grayscale: #505050. Windows color (decimal): -12626834 or 7230527. OLE color: 7230527.

HSL color Cylindrical-coordinate representation of color #3F546E: hue angle of 213.19º 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 #3F546E is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6384110-
CMYK0.430.2400.57
HSL213.19º27.17%33.92%-
HSV(B)213.19º42.73%43.14%-
XYZ8.038.5215.97-
YUV80.68144.54115.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 110 (43.36% from 255) = 42.80%
R=24.51%
G=32.68%
B=42.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63841100.430.2400.57213.1927.1733.92
Hex3F546E2B18039d51b22
Octal7712415653300713253342
Binary111111101010011011101010111100001110011101010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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