#3F5356

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

Shades of Casal #3F5356

Tints of Casal #3F5356

Color information

#3F5356 (or 0x3F5356) is unknown color: approx Casal. HEX triplet: 3F, 53 and 56. RGB value is (63,83,86). Sum of RGB (Red+Green+Blue) = 63+83+86=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #3F5356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5356 is #C0ACA9. Grayscale: #4D4D4D. Windows color (decimal): -12627114 or 5657407. OLE color: 5657407.

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

Color convert

RGB638386-
CMYK0.270.0300.66
HSL187.83º15.44%29.22%-
HSV(B)187.83º26.74%33.73%-
XYZ6.827.929.97-
YUV77.36132.87117.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 86 (33.98% from 255) = 37.07%
R=27.16%
G=35.78%
B=37.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6383860.270.0300.66187.8315.4429.22
Hex3F53561B3042bcf1d
Octal7712312633301022741735
Binary1111111010011101011011011110100001010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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