#3F5659

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

Shades of Casal #3F5659

Tints of Casal #3F5659

Color information

#3F5659 (or 0x3F5659) is unknown color: approx Casal. HEX triplet: 3F, 56 and 59. RGB value is (63,86,89). Sum of RGB (Red+Green+Blue) = 63+86+89=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5659 is #C0A9A6. Grayscale: #4F4F4F. Windows color (decimal): -12626343 or 5854783. OLE color: 5854783.

HSL color Cylindrical-coordinate representation of color #3F5659: hue angle of 186.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F5659 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB638689-
CMYK0.290.0300.65
HSL186.92º17.11%29.8%-
HSV(B)186.92º29.21%34.9%-
XYZ7.188.4310.7-
YUV79.46133.38116.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=26.47%
G=36.13%
B=37.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6386890.290.0300.65186.9217.1129.8
Hex3F56591D3041bb111e
Octal7712613135301012732136
Binary11111110101101011001111011101000001101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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