#3F546D

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

Shades of Chambray #3F546D

Tints of Chambray #3F546D

Color information

#3F546D (or 0x3F546D) is unknown color: approx Chambray. HEX triplet: 3F, 54 and 6D. RGB value is (63,84,109). Sum of RGB (Red+Green+Blue) = 63+84+109=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F546D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F546D is #C0AB92. Grayscale: #505050. Windows color (decimal): -12626835 or 7164991. OLE color: 7164991.

HSL color Cylindrical-coordinate representation of color #3F546D: hue angle of 212.61º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F546D is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6384109-
CMYK0.420.2300.57
HSL212.61º26.74%33.73%-
HSV(B)212.61º42.2%42.75%-
XYZ7.988.515.69-
YUV80.57144.04115.47-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=24.61%
G=32.81%
B=42.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63841090.420.2300.57212.6126.7433.73
Hex3F546D2A17039d51b22
Octal7712415552270713253342
Binary111111101010011011011010101011101110011101010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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