#3B595D

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

Shades of Casal #3B595D

Tints of Casal #3B595D

Color information

#3B595D (or 0x3B595D) is unknown color: approx Casal. HEX triplet: 3B, 59 and 5D. RGB value is (59,89,93). Sum of RGB (Red+Green+Blue) = 59+89+93=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B595D is #C4A6A2. Grayscale: #505050. Windows color (decimal): -12887715 or 6117691. OLE color: 6117691.

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

Color convert

RGB598993-
CMYK0.370.0400.64
HSL187.06º22.37%29.8%-
HSV(B)187.06º36.56%36.47%-
XYZ7.358.8611.68-
YUV80.49135.06112.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 93 (36.72% from 255) = 38.59%
R=24.48%
G=36.93%
B=38.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5989930.370.0400.64187.0622.3729.8
Hex3B595D254040bb161e
Octal7313113545401002732636
Binary1110111011001101110110010110001000000101110111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,89,93); }

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

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

 a { background-color: rgb(59,89,93); }

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

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

 span { border-color: rgb(59,89,93); }

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