#3E555D

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

Shades of Casal #3E555D

Tints of Casal #3E555D

Color information

#3E555D (or 0x3E555D) is unknown color: approx Casal. HEX triplet: 3E, 55 and 5D. RGB value is (62,85,93). Sum of RGB (Red+Green+Blue) = 62+85+93=240 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.83% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #3E555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E555D is #C1AAA2. Grayscale: #4E4E4E. Windows color (decimal): -12692131 or 6116670. OLE color: 6116670.

HSL color Cylindrical-coordinate representation of color #3E555D: hue angle of 195.48º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3E555D is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB628593-
CMYK0.330.0900.64
HSL195.48º20%30.39%-
HSV(B)195.48º33.33%36.47%-
XYZ7.218.3111.58-
YUV79.04135.88115.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.83%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 93 (36.72% from 255) = 38.75%
R=25.83%
G=35.42%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6285930.330.0900.64195.482030.39
Hex3E555D219040c3141e
Octal76125135411101003032436
Binary11111010101011011101100001100101000000110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,85,93); }

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

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

 a { background-color: rgb(62,85,93); }

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

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

 span { border-color: rgb(62,85,93); }

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