#3F567B

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

Shades of Chambray #3F567B

Tints of Chambray #3F567B

Color information

#3F567B (or 0x3F567B) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 7B. RGB value is (63,86,123). Sum of RGB (Red+Green+Blue) = 63+86+123=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #3F567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567B is #C0A984. Grayscale: #535353. Windows color (decimal): -12626309 or 8083007. OLE color: 8083007.

HSL color Cylindrical-coordinate representation of color #3F567B: hue angle of 217º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F567B is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6386123-
CMYK0.490.3000.52
HSL217º32.26%36.47%-
HSV(B)217º48.78%48.24%-
XYZ8.959.1420.03-
YUV83.34150.38113.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=23.16%
G=31.62%
B=45.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63861230.490.3000.5221732.2636.47
Hex3F567B311E034d92024
Octal7712617361360643314044
Binary1111111010110111101111000111110011010011011001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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