#3D535B

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

Shades of Casal #3D535B

Tints of Casal #3D535B

Color information

#3D535B (or 0x3D535B) is unknown color: approx Casal. HEX triplet: 3D, 53 and 5B. RGB value is (61,83,91). Sum of RGB (Red+Green+Blue) = 61+83+91=235 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.96% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D535B is #C2ACA4. Grayscale: #4D4D4D. Windows color (decimal): -12758181 or 5985085. OLE color: 5985085.

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

Color convert

RGB618391-
CMYK0.330.0900.64
HSL196º19.74%29.8%-
HSV(B)196º32.97%35.69%-
XYZ6.917.9311.06-
YUV77.33135.71116.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.96%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=25.96%
G=35.32%
B=38.72%

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
Decimal6183910.330.0900.6419619.7429.8
Hex3D535B219040c4141e
Octal75123133411101003042436
Binary11110110100111011011100001100101000000110001001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,83,91); }

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

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

 a { background-color: rgb(61,83,91); }

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

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

 span { border-color: rgb(61,83,91); }

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