#3F566E

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

Shades of Chambray #3F566E

Tints of Chambray #3F566E

Color information

#3F566E (or 0x3F566E) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 6E. RGB value is (63,86,110). Sum of RGB (Red+Green+Blue) = 63+86+110=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F566E is #C0A991. Grayscale: #515151. Windows color (decimal): -12626322 or 7231039. OLE color: 7231039.

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

Color convert

RGB6386110-
CMYK0.430.2200.57
HSL210.64º27.17%33.92%-
HSV(B)210.64º42.73%43.14%-
XYZ8.198.8416.03-
YUV81.86143.88114.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.32%
GREEN value IS 86 (33.98% from 255) = 33.20%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=24.32%
G=33.20%
B=42.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63861100.430.2200.57210.6427.1733.92
Hex3F566E2B16039d31b22
Octal7712615653260713233342
Binary111111101011011011101010111011001110011101001111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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