#3F567D

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

Shades of Chambray #3F567D

Tints of Chambray #3F567D

Color information

#3F567D (or 0x3F567D) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 7D. RGB value is (63,86,125). Sum of RGB (Red+Green+Blue) = 63+86+125=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 86 (33.98% from 255 or 31.39% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567D is #C0A982. Grayscale: #535353. Windows color (decimal): -12626307 or 8214079. OLE color: 8214079.

HSL color Cylindrical-coordinate representation of color #3F567D: hue angle of 217.74º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F567D is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6386125-
CMYK0.500.3100.51
HSL217.74º32.98%36.86%-
HSV(B)217.74º49.6%49.02%-
XYZ9.089.1920.7-
YUV83.57151.38113.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 86 (33.98% from 255) = 31.39%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=22.99%
G=31.39%
B=45.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63861250.500.3100.51217.7432.9836.86
Hex3F567D321F033da2125
Octal7712617562370633324145
Binary1111111010110111110111001011111011001111011010100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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