#3D5960

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

Shades of Casal #3D5960

Tints of Casal #3D5960

Color information

#3D5960 (or 0x3D5960) is unknown color: approx Casal. HEX triplet: 3D, 59 and 60. RGB value is (61,89,96). Sum of RGB (Red+Green+Blue) = 61+89+96=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5960 is #C2A69F. Grayscale: #515151. Windows color (decimal): -12756640 or 6314301. OLE color: 6314301.

HSL color Cylindrical-coordinate representation of color #3D5960: hue angle of 192º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5960 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB618996-
CMYK0.360.0700.62
HSL192º22.29%30.78%-
HSV(B)192º36.46%37.65%-
XYZ7.618.9812.4-
YUV81.43136.22113.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 89 (35.16% from 255) = 36.18%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=24.80%
G=36.18%
B=39.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6189960.360.0700.6219222.2930.78
Hex3D596024703Ec0161f
Octal751311404470763002637
Binary111101101100111000001001001110111110110000001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,89,96); }

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

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

 a { background-color: rgb(61,89,96); }

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

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

 span { border-color: rgb(61,89,96); }

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