#3F567C

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

Shades of Chambray #3F567C

Tints of Chambray #3F567C

Color information

#3F567C (or 0x3F567C) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 7C. RGB value is (63,86,124). Sum of RGB (Red+Green+Blue) = 63+86+124=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F567C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F567C is #C0A983. Grayscale: #535353. Windows color (decimal): -12626308 or 8148543. OLE color: 8148543.

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

Color convert

RGB6386124-
CMYK0.490.3100.51
HSL217.38º32.62%36.67%-
HSV(B)217.38º49.19%48.63%-
XYZ9.029.1720.36-
YUV83.46150.88113.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=23.08%
G=31.50%
B=45.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal63861240.490.3100.51217.3832.6236.67
Hex3F567C311F033d92125
Octal7712617461370633314145
Binary1111111010110111110011000111111011001111011001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F567C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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