#3F585B

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

Shades of Casal #3F585B

Tints of Casal #3F585B

Color information

#3F585B (or 0x3F585B) is unknown color: approx Casal. HEX triplet: 3F, 58 and 5B. RGB value is (63,88,91). Sum of RGB (Red+Green+Blue) = 63+88+91=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #3F585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F585B is #C0A7A4. Grayscale: #505050. Windows color (decimal): -12625829 or 5986367. OLE color: 5986367.

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

Color convert

RGB638891-
CMYK0.310.0300.64
HSL186.43º18.18%30.2%-
HSV(B)186.43º30.77%35.69%-
XYZ7.438.7911.2-
YUV80.87133.72115.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=26.03%
G=36.36%
B=37.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6388910.310.0300.64186.4318.1830.2
Hex3F585B1F3040ba121e
Octal7713013337301002722236
Binary11111110110001011011111111101000000101110101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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