#3F5C5F

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

Shades of Casal #3F5C5F

Tints of Casal #3F5C5F

Color information

#3F5C5F (or 0x3F5C5F) is unknown color: approx Casal. HEX triplet: 3F, 5C and 5F. RGB value is (63,92,95). Sum of RGB (Red+Green+Blue) = 63+92+95=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 95 - color contains mainly: blue. Hex color #3F5C5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5C5F is #C0A3A0. Grayscale: #535353. Windows color (decimal): -12624801 or 6249535. OLE color: 6249535.

HSL color Cylindrical-coordinate representation of color #3F5C5F: hue angle of 185.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F5C5F is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB639295-
CMYK0.340.0300.63
HSL185.62º20.25%30.98%-
HSV(B)185.62º33.68%37.25%-
XYZ7.949.5412.25-
YUV83.67134.39113.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 92 (36.33% from 255) = 36.8%
BLUE value IS 95 (37.5% from 255) = 38%
R=25.2%
G=36.8%
B=38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6392950.340.0300.63185.6220.2530.98
Hex3F5C5F22303Fba141f
Octal771341374230772722437
Binary11111110111001011111100010110111111101110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,95); }

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

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

 a { background-color: rgb(63,92,95); }

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

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

 span { border-color: rgb(63,92,95); }

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