#3D575B

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

Shades of Casal #3D575B

Tints of Casal #3D575B

Color information

#3D575B (or 0x3D575B) is unknown color: approx Casal. HEX triplet: 3D, 57 and 5B. RGB value is (61,87,91). Sum of RGB (Red+Green+Blue) = 61+87+91=239 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.52% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D575B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D575B is #C2A8A4. Grayscale: #4F4F4F. Windows color (decimal): -12757157 or 5986109. OLE color: 5986109.

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

Color convert

RGB618791-
CMYK0.330.0400.64
HSL188º19.74%29.8%-
HSV(B)188º32.97%35.69%-
XYZ7.228.5611.17-
YUV79.68134.39114.67-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.52%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=25.52%
G=36.40%
B=38.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6187910.330.0400.6418819.7429.8
Hex3D575B214040bc141e
Octal7512713341401002742436
Binary1111011010111101101110000110001000000101111001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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