#3F525B

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

Shades of Casal #3F525B

Tints of Casal #3F525B

Color information

#3F525B (or 0x3F525B) is unknown color: approx Casal. HEX triplet: 3F, 52 and 5B. RGB value is (63,82,91). Sum of RGB (Red+Green+Blue) = 63+82+91=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F525B is #C0ADA4. Grayscale: #4D4D4D. Windows color (decimal): -12627365 or 5984831. OLE color: 5984831.

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

Color convert

RGB638291-
CMYK0.310.1000.64
HSL199.29º18.18%30.2%-
HSV(B)199.29º30.77%35.69%-
XYZ6.967.8511.05-
YUV77.34135.71117.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.69%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=26.69%
G=34.75%
B=38.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6382910.310.1000.64199.2918.1830.2
Hex3F525B1FA040c7121e
Octal77122133371201003072236
Binary1111111010010101101111111101001000000110001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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