#3F5256

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

Shades of Casal #3F5256

Tints of Casal #3F5256

Color information

#3F5256 (or 0x3F5256) is unknown color: approx Casal. HEX triplet: 3F, 52 and 56. RGB value is (63,82,86). Sum of RGB (Red+Green+Blue) = 63+82+86=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5256 is #C0ADA9. Grayscale: #4C4C4C. Windows color (decimal): -12627370 or 5657151. OLE color: 5657151.

HSL color Cylindrical-coordinate representation of color #3F5256: hue angle of 190.43º 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 #3F5256 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB638286-
CMYK0.270.0500.66
HSL190.43º15.44%29.22%-
HSV(B)190.43º26.74%33.73%-
XYZ6.757.769.95-
YUV76.78133.21118.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 82 (32.42% from 255) = 35.50%
BLUE value IS 86 (33.98% from 255) = 37.23%
R=27.27%
G=35.50%
B=37.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6382860.270.0500.66190.4315.4429.22
Hex3F52561B5042bef1d
Octal7712212633501022761735
Binary11111110100101010110110111010100001010111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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