#3F5678

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

Shades of Chambray #3F5678

Tints of Chambray #3F5678

Color information

#3F5678 (or 0x3F5678) is unknown color: approx Chambray. HEX triplet: 3F, 56 and 78. RGB value is (63,86,120). Sum of RGB (Red+Green+Blue) = 63+86+120=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F5678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5678 is #C0A987. Grayscale: #525252. Windows color (decimal): -12626312 or 7886399. OLE color: 7886399.

HSL color Cylindrical-coordinate representation of color #3F5678: hue angle of 215.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5678 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6386120-
CMYK0.480.2800.53
HSL215.79º31.15%35.88%-
HSV(B)215.79º47.5%47.06%-
XYZ8.779.0719.06-
YUV83148.88113.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=23.42%
G=31.97%
B=44.61%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63861200.480.2800.53215.7931.1535.88
Hex3F5678301C035d81f24
Octal7712617060340653303744
Binary111111101011011110001100001110001101011101100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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