#3F5054

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

Shades of Casal #3F5054

Tints of Casal #3F5054

Color information

#3F5054 (or 0x3F5054) is unknown color: approx Casal. HEX triplet: 3F, 50 and 54. RGB value is (63,80,84). Sum of RGB (Red+Green+Blue) = 63+80+84=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #3F5054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5054 is #C0AFAB. Grayscale: #4B4B4B. Windows color (decimal): -12627884 or 5525567. OLE color: 5525567.

HSL color Cylindrical-coordinate representation of color #3F5054: hue angle of 191.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F5054 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB638084-
CMYK0.250.0500.67
HSL191.43º14.29%28.82%-
HSV(B)191.43º25%32.94%-
XYZ6.527.439.48-
YUV75.37132.87119.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=27.75%
G=35.24%
B=37.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6380840.250.0500.67191.4314.2928.82
Hex3F5054195043bfe1d
Octal7712012431501032771635
Binary11111110100001010100110011010100001110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,80,84); }

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

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

 a { background-color: rgb(63,80,84); }

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

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

 span { border-color: rgb(63,80,84); }

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