#3F5056

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

Shades of Casal #3F5056

Tints of Casal #3F5056

Color information

#3F5056 (or 0x3F5056) is unknown color: approx Casal. HEX triplet: 3F, 50 and 56. RGB value is (63,80,86). Sum of RGB (Red+Green+Blue) = 63+80+86=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5056 is #C0AFA9. Grayscale: #4B4B4B. Windows color (decimal): -12627882 or 5656639. OLE color: 5656639.

HSL color Cylindrical-coordinate representation of color #3F5056: hue angle of 195.65º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F5056 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB638086-
CMYK0.270.0700.66
HSL195.65º15.44%29.22%-
HSV(B)195.65º26.74%33.73%-
XYZ6.67.479.9-
YUV75.6133.87119.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=27.51%
G=34.93%
B=37.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6380860.270.0700.66195.6515.4429.22
Hex3F50561B7042c4f1d
Octal7712012633701023041735
Binary11111110100001010110110111110100001011000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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