#3F556D

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

Shades of Chambray #3F556D

Tints of Chambray #3F556D

Color information

#3F556D (or 0x3F556D) is unknown color: approx Chambray. HEX triplet: 3F, 55 and 6D. RGB value is (63,85,109). Sum of RGB (Red+Green+Blue) = 63+85+109=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F556D is #C0AA92. Grayscale: #515151. Windows color (decimal): -12626579 or 7165247. OLE color: 7165247.

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

Color convert

RGB6385109-
CMYK0.420.2200.57
HSL211.3º26.74%33.73%-
HSV(B)211.3º42.2%42.75%-
XYZ8.068.6615.71-
YUV81.16143.71115.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 85 (33.59% from 255) = 33.07%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=24.51%
G=33.07%
B=42.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63851090.420.2200.57211.326.7433.73
Hex3F556D2A16039d31b22
Octal7712515552260713233342
Binary111111101010111011011010101011001110011101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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