#3F575C

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

Shades of Casal #3F575C

Tints of Casal #3F575C

Color information

#3F575C (or 0x3F575C) is unknown color: approx Casal. HEX triplet: 3F, 57 and 5C. RGB value is (63,87,92). Sum of RGB (Red+Green+Blue) = 63+87+92=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #3F575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F575C is #C0A8A3. Grayscale: #505050. Windows color (decimal): -12626084 or 6051647. OLE color: 6051647.

HSL color Cylindrical-coordinate representation of color #3F575C: hue angle of 190.34º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F575C is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB638792-
CMYK0.320.0500.64
HSL190.34º18.71%30.39%-
HSV(B)190.34º31.52%36.08%-
XYZ7.398.6511.4-
YUV80.39134.55115.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=26.03%
G=35.95%
B=38.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6387920.320.0500.64190.3418.7130.39
Hex3F575C205040be131e
Octal7712713440501002762336
Binary1111111010111101110010000010101000000101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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