#3F5057

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

Shades of Casal #3F5057

Tints of Casal #3F5057

Color information

#3F5057 (or 0x3F5057) is unknown color: approx Casal. HEX triplet: 3F, 50 and 57. RGB value is (63,80,87). Sum of RGB (Red+Green+Blue) = 63+80+87=230 (30% of max value = 765). Red value is 63 (25% from 255 or 27.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5057 is #C0AFA8. Grayscale: #4B4B4B. Windows color (decimal): -12627881 or 5722175. OLE color: 5722175.

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

Color convert

RGB638087-
CMYK0.280.0800.66
HSL197.5º16%29.41%-
HSV(B)197.5º27.59%34.12%-
XYZ6.647.4810.11-
YUV75.72134.37118.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.39%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 87 (34.38% from 255) = 37.83%
R=27.39%
G=34.78%
B=37.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6380870.280.0800.66197.51629.41
Hex3F50571C8042c6101d
Octal77120127341001023062035
Binary1111111010000101011111100100001000010110001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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