#3B535D

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

Shades of Casal #3B535D

Tints of Casal #3B535D

Color information

#3B535D (or 0x3B535D) is unknown color: approx Casal. HEX triplet: 3B, 53 and 5D. RGB value is (59,83,93). Sum of RGB (Red+Green+Blue) = 59+83+93=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #3B535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B535D is #C4ACA2. Grayscale: #4C4C4C. Windows color (decimal): -12889251 or 6116155. OLE color: 6116155.

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

Color convert

RGB598393-
CMYK0.370.1100.64
HSL197.65º22.37%29.8%-
HSV(B)197.65º36.56%36.47%-
XYZ6.877.9111.52-
YUV76.96137.05115.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=25.11%
G=35.32%
B=39.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5983930.370.1100.64197.6522.3729.8
Hex3B535D25B040c6161e
Octal73123135451301003062636
Binary11101110100111011101100101101101000000110001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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