#3F5458

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

Shades of Casal #3F5458

Tints of Casal #3F5458

Color information

#3F5458 (or 0x3F5458) is unknown color: approx Casal. HEX triplet: 3F, 54 and 58. RGB value is (63,84,88). Sum of RGB (Red+Green+Blue) = 63+84+88=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #3F5458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5458 is #C0ABA7. Grayscale: #4E4E4E. Windows color (decimal): -12626856 or 5788735. OLE color: 5788735.

HSL color Cylindrical-coordinate representation of color #3F5458: hue angle of 189.6º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F5458 is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB638488-
CMYK0.280.0500.65
HSL189.6º16.56%29.61%-
HSV(B)189.6º28.41%34.51%-
XYZ6.988.110.43-
YUV78.18133.54117.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=26.81%
G=35.74%
B=37.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6384880.280.0500.65189.616.5629.61
Hex3F54581C5041be111e
Octal7712413034501012762136
Binary111111101010010110001110010101000001101111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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