#3F565B

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

Shades of Casal #3F565B

Tints of Casal #3F565B

Color information

#3F565B (or 0x3F565B) is unknown color: approx Casal. HEX triplet: 3F, 56 and 5B. RGB value is (63,86,91). Sum of RGB (Red+Green+Blue) = 63+86+91=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F565B is #C0A9A4. Grayscale: #4F4F4F. Windows color (decimal): -12626341 or 5985855. OLE color: 5985855.

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

Color convert

RGB638691-
CMYK0.310.0500.64
HSL190.71º18.18%30.2%-
HSV(B)190.71º30.77%35.69%-
XYZ7.278.4711.15-
YUV79.69134.38116.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 91 (35.94% from 255) = 37.92%
R=26.25%
G=35.83%
B=37.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6386910.310.0500.64190.7118.1830.2
Hex3F565B1F5040bf121e
Octal7712613337501002772236
Binary111111101011010110111111110101000000101111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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