#3F535B

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

Shades of Casal #3F535B

Tints of Casal #3F535B

Color information

#3F535B (or 0x3F535B) is unknown color: approx Casal. HEX triplet: 3F, 53 and 5B. RGB value is (63,83,91). Sum of RGB (Red+Green+Blue) = 63+83+91=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F535B is #C0ACA4. Grayscale: #4D4D4D. Windows color (decimal): -12627109 or 5985087. OLE color: 5985087.

HSL color Cylindrical-coordinate representation of color #3F535B: hue angle of 197.14º 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 #3F535B is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB638391-
CMYK0.310.0900.64
HSL197.14º18.18%30.2%-
HSV(B)197.14º30.77%35.69%-
XYZ7.03811.07-
YUV77.93135.37117.35-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.58%
GREEN value IS 83 (32.81% from 255) = 35.02%
BLUE value IS 91 (35.94% from 255) = 38.40%
R=26.58%
G=35.02%
B=38.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6383910.310.0900.64197.1418.1830.2
Hex3F535B1F9040c5121e
Octal77123133371101003052236
Binary1111111010011101101111111100101000000110001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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